]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enable the query planner to deal with WHERE clauses that have OR terms
authordrh <drh@noemail.net>
Tue, 30 Sep 2014 17:31:23 +0000 (17:31 +0000)
committerdrh <drh@noemail.net>
Tue, 30 Sep 2014 17:31:23 +0000 (17:31 +0000)
commit36be4c49e42951cc38894244dd8b591803c6bd3f
tree670601baeb9604c4da3391fc70718165d7b3af17
parent0a99ba3bc86ceecde75b8b3b8ed8a689183d24b8
Enable the query planner to deal with WHERE clauses that have OR terms
nested within AND terms that are nested within OR terms.  Also remove an
unused function declaration.

FossilOrigin-Name: b6b289182f6590288ebc7b9efbcb29b6b4480538
manifest
manifest.uuid
src/sqliteInt.h
src/where.c