aboutsummaryrefslogtreecommitdiff
path: root/test/walhook.test
Commit message (Expand)AuthorAge
* Add a version number to the wal-index header. If SQLite encounters a version ...dan2010-06-23
* Convert the wal-header and frame-header to 24 bytes. Extra information indrh2010-05-20
* Change wal.test and walhook.test so that they work with DEFAULT_AUTOVACUUM=1 ...dan2010-05-07
* Change the behavior of the sqlite3_wal_hook() callback. It should now returndrh2010-05-05
* Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "P...dan2010-05-03
* Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.dan2010-05-01
* Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments todrh2010-04-28
* Add the sqlite3_log_hook() interface for scheduling checkpoints.dan2010-04-19