]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Adjust the new truncation behavior of sqlite_dbpage(N,null) such that it causes
authordrh <>
Wed, 2 Oct 2024 16:55:27 +0000 (16:55 +0000)
committerdrh <>
Wed, 2 Oct 2024 16:55:27 +0000 (16:55 +0000)
commit3b3f230d9511162e7d8ab00253fb9f515ec1b8fe
tree950c9704e1aa908303f3189156445f52cf0e9f13
parent92e71573ce9a2895c5948a2dc304c5be3cd3f986
Adjust the new truncation behavior of sqlite_dbpage(N,null) such that it causes
the database to be truncated to N-1 pages.  This makes more since.  An error is
raised if N is less than 2.

FossilOrigin-Name: 7d5ff86ef7386f4f7f6a956dc0de607e61040d335c9f98d1f71e76a39f4f5e03
manifest
manifest.uuid
src/dbpage.c
tool/sqlite3-rsync.c