]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Convert expressions of the form "X IN (?)" with exactly one value on the
authordrh <drh@noemail.net>
Thu, 20 Mar 2014 13:26:47 +0000 (13:26 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Mar 2014 13:26:47 +0000 (13:26 +0000)
commit2b59b3a4c80207e0c4692a8bbbcac5a0dce0c9d5
tree253a9c1cca7defb2f1ee6f456c2991c39c6f60b1
parent0c8a934cb44f262ee60535db0a0167cb546b2aef
Convert expressions of the form "X IN (?)" with exactly one value on the
RHS of the IN into equality tests:  "X=?".  Add test cases to verify that
statements work correctly on this corner case.
Fix for ticket [e39d032577df6942].

FossilOrigin-Name: e68b427afbc82e201c64474117851aa4c9eb0c92
manifest
manifest.uuid
src/parse.y
src/where.c
test/in4.test