]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change sqlite3_step() to return SQLITE_LOCKED if a statement cannot be re-compiled...
authordanielk1977 <danielk1977@noemail.net>
Thu, 19 Mar 2009 07:58:31 +0000 (07:58 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 19 Mar 2009 07:58:31 +0000 (07:58 +0000)
commit65a2ea1155db05aba2f5ac8f765ce996c8fdd52f
tree46412b93680979613de6fc8c327a7125c79c1077
parentcb9d8d8821de98bba41aab23ac6779a5774e8592
Change sqlite3_step() to return SQLITE_LOCKED if a statement cannot be re-compiled due to locks on the shared-cache schema. Also add a blocking wrapper of sqlite3_prepare_v2() to the test code. (CVS 6359)

FossilOrigin-Name: e8be1af922098e298902820730f8b28603bd6fae
manifest
manifest.uuid
src/prepare.c
src/test_thread.c
src/vdbeapi.c
test/notify2.test