]> git.ipfire.org Git - thirdparty/sqlite.git/commit
For expressions like (x, y) IN (SELECT ...) where the SELECT uses window-functions...
authordan <dan@noemail.net>
Mon, 23 Dec 2019 14:20:46 +0000 (14:20 +0000)
committerdan <dan@noemail.net>
Mon, 23 Dec 2019 14:20:46 +0000 (14:20 +0000)
commit2811ea6be7f4d63d5cc0992c78db3b1b73112a93
treeeb39187f22c7c7d3e140fec06d65a5608ecc7dd4
parent7edce5ecc0aa8dc146ffe07fb2bdbe814f125790
For expressions like (x, y) IN (SELECT ...) where the SELECT uses window-functions, require that all columns on the LHS be indexed before an index can be used. Fix for [d9ed4ebe].

FossilOrigin-Name: 0b1dbd60f5db3abe2097dbc0b6de9671685ca5eaf7d3fc8e3f87ff5065a9d114
manifest
manifest.uuid
src/vdbe.c
src/wherecode.c
src/whereexpr.c
test/window1.test