Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/schema3.test
2021-10-01
| ||
20:39 | [8ed4ae66e0] part of check-in [2f7c946c5f] Change things so that SQLITE_OMIT_VIRTUALTABLE implies SQLITE_OMIT_ALTER_TABLE. (check-in: [2f7c946c5f] user: dan branch: trunk, size: 3489) | |
2010-06-28
| ||
11:06 | [1bc1008e1f] part of check-in [a85ae33246] Remove debugging code from test script. (check-in: [a85ae33246] user: dan branch: trunk, size: 3383) | |
10:15 | Added: [5d0e3b93bd] part of check-in [4932f22848] 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.). (check-in: [4932f22848] user: dan branch: trunk, size: 3235) | |