SQLite

Check-in [97b9801076]
Login

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

Overview
Comment:Pull in the patches to support read-only WAL databases into a new branch off of the apple-osx branch. This also pulls in all the other pending 3.7.7 changes such as URI support.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-wal-readonly
Files: files | file ages | folders
SHA1: 97b980107676b2ea45a07c9c1a7de2e1ca74881f
User & Date: drh 2011-05-12 15:32:51.588
Context
2011-05-19
02:34
Bring the apple-wal-readonly branch up to date with the latest changes in apple-osx, and especially the fix for disappearing WAL transactions. (Leaf check-in: 5791232778 user: drh tags: apple-wal-readonly)
2011-05-12
15:32
Pull in the patches to support read-only WAL databases into a new branch off of the apple-osx branch. This also pulls in all the other pending 3.7.7 changes such as URI support. (check-in: 97b9801076 user: drh tags: apple-wal-readonly)
2011-05-11
17:36
Add missing comments associated with readonly shm changes. (check-in: 6a2ea52e6c user: dan tags: wal-readonly)
2011-05-05
15:52
Merge the latest trunk changes into the apple-osx branch. (check-in: f9b149e538 user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/fts3/fts3.c.
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/global.c.
Changes to src/main.c.
Changes to src/malloc.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test1.c.
Changes to src/test3.c.
Changes to src/test_malloc.c.
Changes to src/test_vfs.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vtab.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to test/alter.test.
Changes to test/cast.test.
Added test/e_uri.test.
Changes to test/expr.test.
Changes to test/lock_common.tcl.
Changes to test/nan.test.
Changes to test/pager1.test.
Changes to test/tester.tcl.
Changes to test/tkt3838.test.
Changes to test/tkt3922.test.
Added test/uri.test.
Added test/walro.test.