Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Better error message text when the schema is corrupted by a CREATE TABLE AS entry. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | corrupt-schema |
Files: | files | file ages | folders |
SHA3-256: |
e13993cf833423eec5f94082cee7213b |
User & Date: | drh 2018-03-16 20:15:58.956 |
Context
2018-03-16
| ||
20:23 | Detect databases whose schema is corrupted using a CREATE TABLE AS statement and issue an appropriate error message. (check-in: d75e67654a user: drh tags: trunk) | |
20:15 | Better error message text when the schema is corrupted by a CREATE TABLE AS entry. (Closed-Leaf check-in: e13993cf83 user: drh tags: corrupt-schema) | |
19:10 | Fix a parsing issue associated with a corrupt sqlite_master table. (check-in: 5f779ff6b4 user: mistachkin tags: corrupt-schema) | |
Changes
Changes to src/build.c.
Changes to src/parse.y.
Changes to src/prepare.c.