]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Currently, if SQLite cannot find a table or index referred to by a query, it reloads...
authordan <dan@noemail.net>
Mon, 28 Jun 2010 10:15:19 +0000 (10:15 +0000)
committerdan <dan@noemail.net>
Mon, 28 Jun 2010 10:15:19 +0000 (10:15 +0000)
commit1db95106ee48da9743f2d64bf1fdf7ba6d1442ed
tree7b19ee3eceab2e088cd7d02792dad180c8965db1
parent7750ab48f55204c274ebf7ca5422b5397b2ef3de
Currently, if SQLite cannot find a table or index referred to by a query, it reloads the database schema from disk to see if the table or index has been added since the schema was cached in memory. Extend this behaviour to columns (which may have been added using ALTER TABLE) and fix some obscure cases related to tables and indexes (INDEXED BY, DROP TABLE etc.).

FossilOrigin-Name: 4932f22848b3d15a2b6dc5fa2cd69ce19182e2a4
manifest
manifest.uuid
src/build.c
src/insert.c
src/resolve.c
src/select.c
src/trigger.c
src/update.c
test/schema3.test [new file with mode: 0644]