]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove an assert() in the code generator that can fail due to an invalid
authordrh <drh@noemail.net>
Wed, 18 Dec 2019 01:31:21 +0000 (01:31 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Dec 2019 01:31:21 +0000 (01:31 +0000)
commit50efa586006c6ddb7290c37e35b9102747f18d78
treee2d06f79f419dc3676748c964aaa1826f70b72e0
parent75e95e1fcd52d3ec8282edb75ac8cd0814095d54
Remove an assert() in the code generator that can fail due to an invalid
INSERT statement.  The same assert() appears again in the VDBE and will fire
there if the problem persists in an SQL statement that does not contain
errors.  Gramfuzz find.

FossilOrigin-Name: 9bdd57cb9ad8ac1f4a0f1a3942d94ca5193109eeb1975343c4f0c7abf7135946
manifest
manifest.uuid
src/expr.c
test/select1.test