SQLite

Check-in [86e39123c1]
Login

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

Overview
Comment:Merge the fix to PRAGMA data_version and testing improvements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | sessions
Files: files | file ages | folders
SHA1: 86e39123c1bca457672bc63eff00a823745077e5
User & Date: drh 2014-12-31 14:27:29.243
Context
2015-01-08
20:06
Merge recent enhancements from trunk, including test scripts enhancements and the removal of limits on the number of terms in a VALUES clause. (check-in: 5a2dec55bf user: drh tags: sessions)
2014-12-31
14:27
Merge the fix to PRAGMA data_version and testing improvements from trunk. (check-in: 86e39123c1 user: drh tags: sessions)
14:18
Make sure PRAGMA data_version is updated even if the cache is empty when another connection changes the database. (check-in: cf48eb608a user: drh tags: trunk)
2014-12-22
18:48
Merge the PRAGMA data_version redefinition and other fixes from trunk. (check-in: 315243e49d user: drh tags: sessions)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to mptest/mptest.c.
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/pcache.c.
Changes to src/pcache1.c.
Changes to src/sqlite.h.in.
Changes to src/test1.c.
Changes to src/vdbesort.c.
Changes to src/wal.c.
Changes to test/e_walauto.test.
Changes to test/e_walckpt.test.
Changes to test/notify2.test.
Changes to test/permutations.test.
Changes to test/pragma3.test.
Deleted test/releasetest.mk.
Changes to test/releasetest.tcl.
Changes to test/threadtest3.c.
Changes to test/tt3_checkpoint.c.
Changes to test/wal5.test.
Added test/without_rowid6.test.
Changes to tool/mksqlite3c.tcl.