]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the VACUUM command so that it does not modify the changes counts
authordrh <drh@noemail.net>
Wed, 21 May 2008 13:44:13 +0000 (13:44 +0000)
committerdrh <drh@noemail.net>
Wed, 21 May 2008 13:44:13 +0000 (13:44 +0000)
commite63b2c215eff711330341589da1e16b1ceb49a88
treeb72db1c298ba697ce0b6b6707c426c97a6655ed3
parent8407f0eb3e45575ab556da98c518140c6e2d41b8
Fix the VACUUM command so that it does not modify the changes counts
reported by sqlite3_changes() or sqlite3_total_changes().  Update documentation
on sqlite3_changes() and sqlite3_total_changes() to state that
"DELETE FROM table" records a change count of zero. (CVS 5151)

FossilOrigin-Name: f5d61d7d982b58accaf33df4362ce4a5eb79307e
manifest
manifest.uuid
src/sqlite.h.in
src/vacuum.c