]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_stmt_busy() interface so that it always returns FALSE after
authordrh <drh@noemail.net>
Fri, 31 Jul 2015 18:59:56 +0000 (18:59 +0000)
committerdrh <drh@noemail.net>
Fri, 31 Jul 2015 18:59:56 +0000 (18:59 +0000)
commit8ff2587b665652ba786491403d31b1fcfd3dc4af
tree58e9570e96b7b894e76762176a6d04e0d7237bb4
parent90c3179bb40b6cec776f70dfc469a0cc5f8bd9fb
Fix the sqlite3_stmt_busy() interface so that it always returns FALSE after
the statement has returned SQLITE_DONE, even for ROLLBACK statements.
Clarify the documentation.

FossilOrigin-Name: 047d3475e93d08cf172ad02404a690d5b0c1b833
manifest
manifest.uuid
src/sqlite.h.in
src/vdbe.c
test/capi3d.test