SQLite

Check-in [671ba5fc59]
Login

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

Overview
Comment:Only open a read-only connection to shared-memory if the "readonly_shm=1" option is specified as part of the database file URI (and if a read-write connection fails).
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal-readonly
Files: files | file ages | folders
SHA1: 671ba5fc59f7a958e5a4138d2425b1173a442ad7
User & Date: dan 2011-05-11 14:57:33.029
Context
2011-05-11
15:53
Merge latest trunk changes. Add a couple of readonly shm tests. (check-in: cde45a033e user: dan tags: wal-readonly)
14:57
Only open a read-only connection to shared-memory if the "readonly_shm=1" option is specified as part of the database file URI (and if a read-write connection fails). (check-in: 671ba5fc59 user: dan tags: wal-readonly)
2011-05-10
17:31
Add experimental support for read-only connections to WAL databases. (check-in: bb59f9862d user: dan tags: wal-readonly)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/attach.c.
Changes to src/btree.h.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/sqliteInt.h.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to test/walro.test.