]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the truncate optimization so that PRAGMA count_changes and changes()
authordrh <>
Thu, 3 Jun 2021 18:51:51 +0000 (18:51 +0000)
committerdrh <>
Thu, 3 Jun 2021 18:51:51 +0000 (18:51 +0000)
commita6df0e693f0362c7f2b33d91ffa29770ae98b1ef
treee2fd30eb65097e60fdfadb600a51cd5af9b03eaf
parent6468990e7bf81db203a1d6abbf9ab806880fc750
Fix the truncate optimization so that PRAGMA count_changes and changes()
return correct values even for a WITHOUT ROWID table.
[forum:/forumpost/07dedbf9a1|Forum post 07dedbf9a1].

FossilOrigin-Name: 820ae3b117c2d8c117c0c5a4e440a7d06886772516c7fc0a84606388f91be195
manifest
manifest.uuid
src/btree.c
src/delete.c
src/vdbe.c
test/delete.test
test/delete4.test