SQLite

Check-in [cb494e10d7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: cb494e10d71852024647aaa254203579ad438ea9
User & Date: danielk1977 2008-08-20 14:49:24.000
Context
2008-08-20
16:21
Fix typo in main.c: SQLITE_MAX_ATTACH -> SQLITE_MAX_ATTACHED. Ticket #3319. (CVS 5567) (check-in: 66ff55efd6 user: danielk1977 tags: trunk)
14:49
Add the pcache module from the experimental branch. Also change things so that most of the built-in SQL functions are kept in single static hash-table, rather than creating and populating a separate hash table for each open database connection. (CVS 5566) (check-in: cb494e10d7 user: danielk1977 tags: trunk)
2008-08-14
00:19
Do not flatten the right term of a LEFT join. Ticket #3300. (CVS 5565) (check-in: 8947c72f93 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/callback.c.
Changes to src/func.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/pager.c.
Changes to src/pager.h.
Added src/pcache.c.
Added src/pcache.h.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test2.c.
Changes to src/test8.c.
Changes to src/vtab.c.
Changes to test/io.test.
Changes to test/ioerr2.test.
Changes to test/memsubsys1.test.
Changes to test/mutex1.test.
Changes to test/pager.test.
Changes to test/pager2.test.
Changes to test/pageropt.test.
Changes to test/shared3.test.
Changes to test/tkt2409.test.
Added tool/mkfunction.c.
Changes to tool/mksqlite3c.tcl.