SQLite

Check-in [209f672e58]
Login

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

Overview
Comment:Split part of "PRAGMA ota_mode" off into "PRAGMA pager_ota_mode". This allows some specialized custom VFS implementations to intercept and implement the expected pager-related effects of this pragma.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | ota-update
Files: files | file ages | folders
SHA1: 209f672e588b54dfbfb83c7859cacdc4497f0f2b
User & Date: dan 2014-09-03 19:30:32.283
Context
2014-09-04
11:03
Avoid calling sqlite3OsFetch() on a file-handle for which the xFetch method is NULL. (check-in: 071f7f2dec user: dan tags: ota-update)
2014-09-03
19:30
Split part of "PRAGMA ota_mode" off into "PRAGMA pager_ota_mode". This allows some specialized custom VFS implementations to intercept and implement the expected pager-related effects of this pragma. (check-in: 209f672e58 user: dan tags: ota-update)
08:25
Add a command line program that uses the extension. This serves as example code and is also useful for performance testing. (check-in: ffa1524ef2 user: dan tags: ota-update)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/ota/ota2.test.
Changes to ext/ota/sqlite3ota.c.
Changes to src/btree.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pragma.c.
Changes to src/test2.c.
Changes to tool/mkpragmatab.tcl.