]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid zeroing the value returned by sqlite3_changes() when a DML statement is automat...
authordan <Dan Kennedy>
Wed, 8 Jun 2022 18:20:36 +0000 (18:20 +0000)
committerdan <Dan Kennedy>
Wed, 8 Jun 2022 18:20:36 +0000 (18:20 +0000)
commit0a841a2b8564fa4da68dce224533706c07d8672e
tree7b20351d18458d3acc05bbcc2a23ec7bd441d82b
parent8a5469b6f50d93dff169647675b04b24671af12a
Avoid zeroing the value returned by sqlite3_changes() when a DML statement is automatically reprepared in sqlite3_step().

FossilOrigin-Name: 09c8f9f1970cd5b369d98a2b38f0b04d44ed095cb0bda80f7968bb6be4e0263b
manifest
manifest.uuid
src/vdbe.c
test/changes2.test [new file with mode: 0644]