]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE sqlite3_dbconfig() option - for no-ckpt-on-close
authordan <dan@noemail.net>
Mon, 31 Oct 2016 16:16:49 +0000 (16:16 +0000)
committerdan <dan@noemail.net>
Mon, 31 Oct 2016 16:16:49 +0000 (16:16 +0000)
commit298af02308f870c2af7eda53cd0c8ce7ca3ab29c
tree2a06e0075df81f30268d15dea4cff5bc5b2622a1
parentdadafa881f60459abb1c45d1bfca40256de82d1e
Add the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE sqlite3_dbconfig() option - for
disabling SQLite's default checkpoint-on-close behaviour.

FossilOrigin-Name: 093d2fc2288b75c15ccf877bfa0e622d3918a562
manifest
manifest.uuid
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/test1.c
src/wal.c
test/nockpt.test [new file with mode: 0644]