]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add "PRAGMA wal_checkpoint = noop" and SQLITE_CHECKPOINT_NOOP. To request a checkpoin...
authordan <Dan Kennedy>
Thu, 4 Sep 2025 19:33:23 +0000 (19:33 +0000)
committerdan <Dan Kennedy>
Thu, 4 Sep 2025 19:33:23 +0000 (19:33 +0000)
commitd8d88d9390ae4cc85ab64667fae344d018642aad
tree9030118353f719918a62000682868c8d8bb6aad9
parentc0e3a8ca195c566104fbf852ba1e5a436b950ad6
Add "PRAGMA wal_checkpoint = noop" and SQLITE_CHECKPOINT_NOOP. To request a checkpoint that checkpoints zero frames.

FossilOrigin-Name: 48be3d020cf0c732557b3d956198a1abcab79424be03f447e2bb89f4d68dc8ff
manifest
manifest.tags
manifest.uuid
src/pager.c
src/pragma.c
src/sqlite.h.in
src/vdbe.c
src/wal.c
test/walckptnoop.test [new file with mode: 0644]