]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Changes sqlite3_prepare_v2() (and related routines) so that if it fails due
authordrh <drh@noemail.net>
Tue, 16 Jun 2009 17:49:36 +0000 (17:49 +0000)
committerdrh <drh@noemail.net>
Tue, 16 Jun 2009 17:49:36 +0000 (17:49 +0000)
commit9da742f9695fb32d9e70f57eed5095846258ad7d
tree788a1f0e1e78924c3fd54f41b9986599badfd801
parent4dbaa89005310dc478e470ed770898a00944fb59
Changes sqlite3_prepare_v2() (and related routines) so that if it fails due
to a missing table and the schema is out of date, it retries once before
returning SQLITE_SCHEMA.  Other changes to prepare.c to facilitate coverage
testing. (CVS 6769)

FossilOrigin-Name: 256ec3c6af41c2324db82e4deb54edbba5b581e8
manifest
manifest.uuid
src/prepare.c
test/lock.test
test/temptable.test