]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_OMIT_AUTORESET compile-time option which if enabled causes
authordrh <drh@noemail.net>
Mon, 17 Jan 2011 17:42:37 +0000 (17:42 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Jan 2011 17:42:37 +0000 (17:42 +0000)
commit602acb4871657aaa998f48478fa44789b8a8dc62
treeebd82ffb9d66933a6ecf96a3242ad1604ce4fd82
parentc5aae5c90bf4a136baa8a318fd529053afc7dd31
Add the SQLITE_OMIT_AUTORESET compile-time option which if enabled causes
the sqlite3_step() routine to return SQLITE_MISUSE if it is called after
it has previously returned anything other than SQLITE_ROW, SQLITE_BUSY, or
SQLITE_LOCKED.

FossilOrigin-Name: 053ce76deb356d31358454507ba94947142e20ca
install-sh [changed mode: 0644->0755]
manifest
manifest.uuid
src/ctime.c
src/sqlite.h.in
src/test_config.c
src/vdbeapi.c
test/capi2.test
test/fkey2.test