]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem causing sqlite3_changes() to return an incorrect value following a...
authordan <Dan Kennedy>
Tue, 22 Jun 2021 18:06:23 +0000 (18:06 +0000)
committerdan <Dan Kennedy>
Tue, 22 Jun 2021 18:06:23 +0000 (18:06 +0000)
commit020c4f38308398795f4906b2f2669f6abb3d9137
treedde9407f67a66f9c58a685c7e455b17b899b6ae3
parentb9f8a187deaece6a99f97de63a8a87812570d120
Fix a problem causing sqlite3_changes() to return an incorrect value following a "DELETE FROM tbl" command on an intkey table (because internal b+tree cells were being included in the count).

FossilOrigin-Name: f662ff4746aaa43e63e20710b8cbfeeceab3183e953ac1685c41846d2e9d124c
manifest
manifest.uuid
src/btree.c
test/changes.test [new file with mode: 0644]
test/delete.test