In EXPLAIN QUERY PLAN output, do not show an EXECUTE LIST SUBQUERY line for
commit601efc9cf0d4c7e02cf7245d7f05da76e07ececc
authorD. Richard Hipp <drh@hwaci.com>
Tue, 24 Apr 2018 01:10:12 +0000 (24 01:10 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 24 Apr 2018 01:10:12 +0000 (24 01:10 +0000)
tree1a6cd5211eaf7fdfcae0c2f40cacfcdf363485f9
parent4c253e48b564b9ca77b8dfc97bf4f6a8e9fd5129
In EXPLAIN QUERY PLAN output, do not show an EXECUTE LIST SUBQUERY line for
IN operators where the RHS is a list and not a subquery, since in that case
there is no SUBQUERY to execute.
src/expr.c
test/bestindex1.test