]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Correctly handle NULLs in IN operators. Ticket #2273.
authordrh <drh@noemail.net>
Wed, 28 Mar 2007 14:30:06 +0000 (14:30 +0000)
committerdrh <drh@noemail.net>
Wed, 28 Mar 2007 14:30:06 +0000 (14:30 +0000)
commit72e8fa42f99399a1949d0d2967a0ac44dec6a52b
tree38ffe2f33a67c608291a318128649fb2ed7d550f
parent930cc5864e023beeaec526e63535d6d921e6154d
Correctly handle NULLs in IN operators.  Ticket #2273.
The changes in where.c and in the WhereLevel.aInLoop structure are
not strictly necessary to fix this problem - they just make the code
easier to read.  Only the change in OP_Next/OP_Prev operator of vdbe.c
is required. (CVS 3735)

FossilOrigin-Name: 26348556d824c032851e409ac510cddb55c200bf
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/where.c
test/where4.test