]> git.ipfire.org Git - thirdparty/sqlite.git/commit
A proposed change to the sqlite3_step() API such that it will only auto-reset step-autoreset
authordrh <drh@noemail.net>
Tue, 11 Jan 2011 01:42:47 +0000 (01:42 +0000)
committerdrh <drh@noemail.net>
Tue, 11 Jan 2011 01:42:47 +0000 (01:42 +0000)
commit0027da3e3edfc5ccc82f2a4a35a2e680b66c818c
tree3a5efc898432a54b72c213ee933b31984c08d062
parent444d26065e66674269c958c73a3c01291a054610
A proposed change to the sqlite3_step() API such that it will only auto-reset
following an SQLITE_BUSY or SQLITE_LOCKED error.  Calls after any other result
other than SQLITE_ROW will return SQLITE_MISUSE.

FossilOrigin-Name: d1b3c54f42b1765e7565aeff517835c28528b177
install-sh [changed mode: 0644->0755]
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeapi.c
test/capi2.test
test/fkey2.test
test/progress.test [changed mode: 0755->0644]
tool/mkopts.tcl [changed mode: 0755->0644]