]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns more...
authordan <dan@noemail.net>
Tue, 26 Jul 2016 18:06:08 +0000 (18:06 +0000)
committerdan <dan@noemail.net>
Tue, 26 Jul 2016 18:06:08 +0000 (18:06 +0000)
commit8da209b169b1ab73b70573de6d91fca6053852f2
treed06730e9c99efa2b6e964c7c80b56394e1c44708
parentba00e30a3a55e3800ce808373d9604983a4d1df5
Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns more than one result column. Also error handling for other row value constructor cases.

FossilOrigin-Name: 061b8006034f06a0311b4304c8b14d2c8b0153df
14 files changed:
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/where.c
src/whereInt.h
src/wherecode.c
src/whereexpr.c
test/e_expr.test
test/in.test
test/rowvalue3.test
test/select7.test
test/subselect.test
test/tester.tcl