]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Previous check-in is not quite correct. "x IN (?)" is not exactly the same
authordrh <drh@noemail.net>
Thu, 20 Mar 2014 14:56:47 +0000 (14:56 +0000)
committerdrh <drh@noemail.net>
Thu, 20 Mar 2014 14:56:47 +0000 (14:56 +0000)
commit0a8d14261c7b47208176f750f95b2472fecd63bf
tree899337858c29d17a4f3e92fe4e05fe9fe0eae4e0
parent2b59b3a4c80207e0c4692a8bbbcac5a0dce0c9d5
Previous check-in is not quite correct.  "x IN (?)" is not exactly the same
as "x==?" do to collation and affinity issues.  The correct converstion should
be to "x==(+? COLLATE binary)".  The current check-in fixes this problem and
provides test cases.  Ticket [e39d032577df69]

FossilOrigin-Name: 2ff3b25f40fd117c8a2da1d1a3625f6b167b7b16
manifest
manifest.uuid
src/parse.y
test/in4.test