]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the IN-early-out optimization so that it works even for the corner case
authordrh <>
Thu, 29 Apr 2021 15:49:34 +0000 (15:49 +0000)
committerdrh <>
Thu, 29 Apr 2021 15:49:34 +0000 (15:49 +0000)
commit81f5ef05a96c9d39f2ac824eaa8de3c955bcbc0b
tree727d836eacaac4b5be71152d7d83d881fb13f5f1
parent7bfccfe73cba7aeefcc0b7fa167bc11be52e1acf
Fix the IN-early-out optimization so that it works even for the corner case
where the NULL bypass fires before the affinity of the LHS operator has been
set.  Fix for the problem described in
[forum:/forumpost/6a3ec138e9|forum post 6a3ec138e9].

FossilOrigin-Name: eb40248ce606b792a02e4e0b7dd826a82891c5f4c9793f3ca5d332e593109525
manifest
manifest.uuid
src/where.c
test/in6.test