Overview
| Comment: | Detect databases whose schema is corrupted using a CREATE TABLE AS statement and issue an appropriate error message. |
|---|---|
| Downloads: | See separate download page |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
d75e67654aa9620b9617786553a002f5 |
| User & Date: | drh on 2018-03-16 20:23:01.801 |
| Other Links: | manifest | tags |
Context
|
2018-03-16
| ||
| 23:59 | Detect corruption in the form of the sqlite_sequence table pointing to the wrong type of btree. (check-in: 525deb7a67 ... user: drh tags: trunk) | |
| 23:53 | Fix a duplicate test number and cleanup a bit of Makefile whitespace. (check-in: 56d11c2509 ... user: mistachkin tags: testFixes) | |
| 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 check-in: e13993cf83 ... user: drh tags: corrupt-schema) | |
| 07:48 | Fix a problem in test script thread001.test causing a spurious "-1 files were left open" error when run separately. (check-in: 1774f1c3ba ... user: dan tags: trunk) | |
Changes
Modified src/build.c
from [672022c06e]
to [8b53aacc26].
[diff]
Modified src/prepare.c
from [259f4e7960]
to [b086fea6a1].
[diff]