]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow the IN operator to take a list of arbitrary expressions on its
authordrh <drh@noemail.net>
Fri, 8 Jul 2005 18:25:26 +0000 (18:25 +0000)
committerdrh <drh@noemail.net>
Fri, 8 Jul 2005 18:25:26 +0000 (18:25 +0000)
commit57dbd7b324375c368551a6d891b7a7acc87d9398
tree77434ae2c549a652a07136076af5909a89fe1db3
parent9170dd7e1c1572c06cda2101735ed8e31cff185b
Allow the IN operator to take a list of arbitrary expressions on its
right-hand side.  The expressions no longer need to be constant.  The
current implementation seems to work but needs more testing and optimization. (CVS 2542)

FossilOrigin-Name: ba56478dd8bc2135749966ff55831fd497883781
manifest
manifest.uuid
src/expr.c
test/in.test