]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix an incorrect table lookup used to find the appropriate search operator
authordrh <drh@noemail.net>
Tue, 13 Feb 2018 18:48:08 +0000 (18:48 +0000)
committerdrh <drh@noemail.net>
Tue, 13 Feb 2018 18:48:08 +0000 (18:48 +0000)
commit4d1c6845ff65486beff0d35255694664dcd50686
treefadb0346403b3241cdc1e9026b7ec0a2bb02eafb
parentd446e79545c8cf260869e2436a85a43ec4722a40
Fix an incorrect table lookup used to find the appropriate search operator
for a WHERE clause on a row-value inequality.  The incorrect table lookup
was causing an incorrect answer for the less-than operator.
Fix for ticket [f484b65f3d6230593c34f11]

FossilOrigin-Name: f3112e67cdb27c1aec8d2cee3cb91ade061d093e13505894698e26336898b336
manifest
manifest.uuid
src/wherecode.c
test/rowvalue.test