]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When the WHERE clause contains two OR-connected terms with identical
authordrh <drh@noemail.net>
Mon, 16 Mar 2015 17:48:12 +0000 (17:48 +0000)
committerdrh <drh@noemail.net>
Mon, 16 Mar 2015 17:48:12 +0000 (17:48 +0000)
commit29894b6d2bc34e317c733f7ef775d1175fbc565b
treedb48aad9e5a2b03032c81a21c947f78d82d60b7f
parent07b38959a4db58e856d3cf208a3e064897794b63
parentc03acf2ea757e4c1c48ebeadb74912d96316c779
When the WHERE clause contains two OR-connected terms with identical
operands but different operators, try to combine them into a single term.
Example:  (X=A OR X&gt;A) becomes (X&gt;=A).

FossilOrigin-Name: 8bdda827a3d268009297a0216e3d94bf0eceeb2e
manifest
manifest.uuid
src/where.c