]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem in ALTER TABLE that could occur if an index, view or trigger in the...
authordan <dan@noemail.net>
Thu, 5 Dec 2019 14:31:43 +0000 (14:31 +0000)
committerdan <dan@noemail.net>
Thu, 5 Dec 2019 14:31:43 +0000 (14:31 +0000)
commite6dc1e5b7016dcf90360c7688ccbc739293c0fcb
treee70baaf331f3f7109e791ac6cbae302302ffd224
parent348d7f64f2f24191570a9e47cb937d76ee3b5ca2
Fix a problem in ALTER TABLE that could occur if an index, view or trigger in the schema features an expression of the form ((SELECT ...) IN ()) where the SELECT statement uses a CTE.

FossilOrigin-Name: 7e5ad8e0ab7ee91a5ccb19a9654d6a036233f74d2fdc45f7315feb3d9d035fd4
manifest
manifest.uuid
src/alter.c
src/sqliteInt.h
test/altertab3.test