]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a bug causing "no such table" and other similar sqlite3_prepare*() errors to...
authordan <dan@noemail.net>
Thu, 8 Aug 2019 11:44:57 +0000 (11:44 +0000)
committerdan <dan@noemail.net>
Thu, 8 Aug 2019 11:44:57 +0000 (11:44 +0000)
commit1430806e39be3d2ef3f6f69432166d9dac26e449
treef7e7ad5cba05bffc3fe4070e4d5086e55d96ea9f
parent49c7657ac9151eb634649b694e168e5afcf1778e
Fix a bug causing "no such table" and other similar sqlite3_prepare*() errors to return SQLITE_SCHEMA instead of SQLITE_ERROR in shared-schema mode when there is an attached database for which the schema has never been loaded.

FossilOrigin-Name: 111e2c73cf430ae61e3f4cc34a1bee8ac7025b8a960fc3f3b7f493009b759ad7
manifest
manifest.uuid
src/prepare.c