]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Adjust the behavior of sqlite3_changes64() so that it counts INSERTs into chngcnt-create-as
authordrh <>
Mon, 11 Nov 2024 21:07:57 +0000 (21:07 +0000)
committerdrh <>
Mon, 11 Nov 2024 21:07:57 +0000 (21:07 +0000)
commit6f0ec6fd2db8d3f062bc6bcd8cdac6859621ee34
tree4f4320d9671a712c8fd55e11ed775718e18e7711
parentbe46f935dc3d2e5a033d5427f636fa3c521e06d2
Adjust the behavior of sqlite3_changes64() so that it counts INSERTs into
a new table created using "CREATE TABLE name AS SELECT ...".  It has never
done this before.  The documentation is a little ambiguous about whether or
not it actually should.  This check-in is on a branch because it will probably
never make it to trunk for fear of breaking some legacy program.

FossilOrigin-Name: b741608cd399b725f9a2d7966068247f58da8ce236dd801176d716eee618e0d3
manifest
manifest.uuid
src/build.c