]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimizer now converts OR-connected WHERE-clause terms into an IN operator so
authordrh <drh@noemail.net>
Fri, 29 Jul 2005 15:10:17 +0000 (15:10 +0000)
committerdrh <drh@noemail.net>
Fri, 29 Jul 2005 15:10:17 +0000 (15:10 +0000)
commit6c30be8e51b91f720bd8ef126922bc018c260e1a
tree852f7353f1a8f19cd6c0d21dbe3bbd4fa618da7f
parented378006933ebec04b6508a77edb3ce6fdb483d3
Optimizer now converts OR-connected WHERE-clause terms into an IN operator so
that they can be used with indices.  There are known problems with the
ORDER BY optimization in this and in several prior check-ins.  This
check-in is not recommended for production use. (CVS 2569)

FossilOrigin-Name: d23c8bf81e508722e92ff1b9c8bc98dc026a31f2
manifest
manifest.uuid
src/expr.c
src/where.c
test/where2.test