SQLite

Check-in [7e7b240645]
Login

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

Overview
Comment:Merge recent trunk enhancements, and in particular the snapshot interface.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 7e7b24064510001ca4a0c8295fa7d0138bde8dae
User & Date: drh 2015-12-11 12:53:26.994
Context
2016-01-01
13:31
Merge all recent trunk enhancements. (check-in: 5b700f313d user: drh tags: apple-osx)
2015-12-11
12:53
Merge recent trunk enhancements, and in particular the snapshot interface. (check-in: 7e7b240645 user: drh tags: apple-osx)
12:44
Add the experimental snapshot interface. Because it is experimental, it is subject to change or removal at a later date. (check-in: 9b124a5a31 user: drh tags: trunk)
2015-12-02
20:22
Merge all recent trunk enhancements, especially the unix VFS changes. (check-in: e1fb33c7d2 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to main.mk.
Changes to src/btree.c.
Changes to src/ctime.c.
Changes to src/expr.c.
Changes to src/loadext.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/os_unix.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/printf.c.
Changes to src/resolve.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqlite3ext.h.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test_config.c.
Changes to src/test_fs.c.
Changes to src/test_malloc.c.
Changes to src/test_multiplex.c.
Changes to src/trigger.c.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to test/pragma2.test.
Added test/snapshot.test.
Added test/snapshot_fault.test.
Changes to test/sysfault.test.
Changes to test/threadtest3.c.
Changes to test/vtabH.test.
Changes to test/where7.test.
Changes to tool/GetTclKit.bat.
Changes to tool/build-all-msvc.bat.