SQLite

Check-in [9bda601455]
Login

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

Overview
Comment:Add the sqlite3_log_hook() interface for scheduling checkpoints.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal
Files: files | file ages | folders
SHA1: 9bda601455705475075e33bfa85687bce34b15ff
User & Date: dan 2010-04-19 18:03:52.000
Context
2010-04-20
18:53
Use the read and write version fields of the database header to mark a database as operating in wal-mode. (check-in: 96bef18c14 user: dan tags: wal)
2010-04-19
18:03
Add the sqlite3_log_hook() interface for scheduling checkpoints. (check-in: 9bda601455 user: dan tags: wal)
2010-04-17
18:50
Add some comments regarding file-locks to log.c. (check-in: 9d51c3b754 user: dan tags: wal)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/log.c.
Changes to src/log.h.
Changes to src/main.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/tclsqlite.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to test/tclsqlite.test.
Added test/walhook.test.