MORPH
®
EXPLORE
SEARCH
/
SIGN IN
SIGN UP
EXPLORE
SEARCH
dhruvhead
/
sqlite
UNCLAIMED
0
0
244
C
CODE
ISSUES
AGENTS
RELEASES
PACKAGES
DOCS
ACTIVITY
COMMITS
/ test/walhook.test
autosetup
June 23, 2010
D
Add a version number to the wal-index header. If SQLite encounters a version number in either the wal or wal-index files that it does not understand, the operation is abandoned and SQLITE_CANTOPEN returned.
dan
committed
16y ago
10f5a50
May 20, 2010
D
Convert the wal-header and frame-header to 24 bytes. Extra information in
drh
committed
16y ago
23ea97b
May 7, 2010
D
Change wal.test and walhook.test so that they work with DEFAULT_AUTOVACUUM=1 builds.
dan
committed
16y ago
65bddc1
May 5, 2010
D
Change the behavior of the sqlite3_wal_hook() callback. It should now return
drh
committed
16y ago
5def084
May 3, 2010
D
Add the "PRAGMA wal_autocheckpoint" command. Rename "PRAGMA checkpoint" to "PRAGMA wal_checkpoint".
dan
committed
16y ago
5a299f9
May 1, 2010
D
Support compile-time option SQLITE_OMIT_WAL, for building without WAL support.
dan
committed
16y ago
5cf5353
April 28, 2010
D
Rename the sqlite3_log_hook() to sqlite3_wal_hook(). Added comments to
drh
committed
16y ago
833bf96
April 19, 2010
D
Add the sqlite3_log_hook() interface for scheduling checkpoints.
dan
committed
16y ago
8d22a17