]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix handling of "x IN (...)" and "x NOT IN (...)" expressions when the set contains...
authordanielk1977 <danielk1977@noemail.net>
Thu, 26 Jun 2008 18:04:03 +0000 (18:04 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 26 Jun 2008 18:04:03 +0000 (18:04 +0000)
commit0cdc022e88617d70c1c49f246c2e84e9177274a9
tree3f8687764682e56fef9f4fbb21dba59967ac228e
parent9de1b351891628d56e180625394ec8821b05ac94
Fix handling of "x IN (...)" and "x NOT IN (...)" expressions when the set contains an SQL NULL value. (CVS 5314)

FossilOrigin-Name: d45a97be71fa61ab4a692bd807ab762130f7f5b9
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/where.c
test/in.test
test/incrblob2.test