]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When a corrupt schema is loaded using writable_schema=ON, the CHECK constraints
authordrh <drh@noemail.net>
Sat, 21 Dec 2019 14:09:30 +0000 (14:09 +0000)
committerdrh <drh@noemail.net>
Sat, 21 Dec 2019 14:09:30 +0000 (14:09 +0000)
commitb0cbcd0edf4af5afa382ccdf18845ea9fe13e4a9
treea32ace0f23e71971696d3bb040ee5b2aabb91342
parented0c34857ae209d2272e9f625359196fd4342e58
When a corrupt schema is loaded using writable_schema=ON, the CHECK constraints
(or other expressions in the table definition) might not be fully resolved.
Ensure that the code generator can deal with this if the table is subsequently
used in a DML statement.  dbsqlfuzz find.

FossilOrigin-Name: ea721b34477ab8b49d182352c4bc198245933b850e9b6248b4f97600e80bb44b
manifest
manifest.uuid
src/expr.c
test/fuzzdata8.db