Experimental enhancement in which expressions of the form "expr IN table"
commit76b1618a4ac965f1fabf072571f21d6f5177a44a
authorD. Richard Hipp <drh@hwaci.com>
Fri, 5 Apr 2024 20:01:28 +0000 (5 20:01 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 5 Apr 2024 20:01:28 +0000 (5 20:01 +0000)
tree82aceb2a13c858e2335098a5064cb7f9d8739711
parentfc0d962784827e82e897079360936b2b041fad88
Experimental enhancement in which expressions of the form "expr IN table"
can be pushed down into subexpressions.
src/expr.c
src/parse.y
src/sqliteInt.h
test/pushdown.test