]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for bug #15: Add the sqlite_changes() API function for retrieving the
authordrh <drh@noemail.net>
Fri, 12 Apr 2002 10:08:59 +0000 (10:08 +0000)
committerdrh <drh@noemail.net>
Fri, 12 Apr 2002 10:08:59 +0000 (10:08 +0000)
commitc8d30ac10998ef532f368524fc6be4eac81f4a43
tree9a8765eea0b168b5ec1260551b4381d5a90d34f6
parentb04a5d8768573f2bd257ee1ef7caa7bb550bac40
Fix for bug #15: Add the sqlite_changes() API function for retrieving the
number of rows that changed in the previous operation. (CVS 526)

FossilOrigin-Name: 6e71493b9dc77d508c3ce90562766789e87e6d80
15 files changed:
manifest
manifest.uuid
src/delete.c
src/insert.c
src/main.c
src/sqlite.h.in
src/sqliteInt.h
src/tclsqlite.c
src/vdbe.c
test/conflict.test
test/insert2.test
test/tclsqlite.test
www/c_interface.tcl
www/lang.tcl
www/tclsqlite.tcl