]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change sqlite3_step() so that it automatically calls sqlite3_reset() instead
authordrh <drh@noemail.net>
Sat, 17 Apr 2010 12:53:19 +0000 (12:53 +0000)
committerdrh <drh@noemail.net>
Sat, 17 Apr 2010 12:53:19 +0000 (12:53 +0000)
commit3674bfd1b6cc4524402e169dea419b508d38e306
tree74d6709e5629082be889d30b3132d9f3cfc1f638
parentf391327824be0074aac69b1b17a4a01400526c5a
Change sqlite3_step() so that it automatically calls sqlite3_reset() instead
of returning SQLITE_MISUSE when invoked on a prepared statement that
previously returned any value other than SQLITE_ROW.

FossilOrigin-Name: 3e646e3f4cd0ca288e444561e951cecfdaee2ab5
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeapi.c
test/capi2.test
test/fkey2.test