]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an assert() failure that could occur in a join query if the RHS of an IN() operat...
authordan <dan@noemail.net>
Sat, 18 May 2019 21:22:25 +0000 (21:22 +0000)
committerdan <dan@noemail.net>
Sat, 18 May 2019 21:22:25 +0000 (21:22 +0000)
commit7ac0e562a384a45458aa66c8cffeabaf532e111c
tree1ef48f5c58f45a88937491c40afc37dc27f5789b
parent4db4b5b4fe62fc9055209e4341d33ed3dd20d70f
Fix an assert() failure that could occur in a join query if the RHS of an IN() operator is a list containing correlated expressions. This problem was introduced by checkin [e130319317e7611938] which was part of the fix for ticket [787fa716be3a7f650c] - so this commit is part of that ticket's fix too.

FossilOrigin-Name: 778b1224a318d0137c7dab8361128f593506d3677267898119b934b4d66dfe38
manifest
manifest.uuid
src/expr.c
test/join5.test