]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem with eponymous virtual tables and SHARED_SCHEMA databases. Also, after...
authordan <dan@noemail.net>
Fri, 15 Feb 2019 19:00:41 +0000 (19:00 +0000)
committerdan <dan@noemail.net>
Fri, 15 Feb 2019 19:00:41 +0000 (19:00 +0000)
commit6170a98cfa0899d6120f7c88a9835b14de94782e
tree0915fc8b34d28297c1aa1eb646ae767154e8564c
parentd0932d535847c1ba1e575dc71e37311ffc804b7e
Fix a problem with eponymous virtual tables and SHARED_SCHEMA databases. Also, after preparing statements that require all database schemas (REINDEX, ANALYZE, CREATE, DROP and some PRAGMA statements), do not allow the database connection to return more than one schema to each schema-pool.

FossilOrigin-Name: ecf6251ec0bb745a4ef9bad9f9ecd3babb687a3806fd96554b265313625270c5
manifest
manifest.uuid
src/attach.c
src/build.c
src/callback.c
src/prepare.c
src/sqliteInt.h
test/reuse2.test
test/reuse3.test