]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix sqlite3ExprCompare() so that it ignores differences in the Expr.iTable
authordrh <drh@noemail.net>
Fri, 27 Sep 2019 15:01:02 +0000 (15:01 +0000)
committerdrh <drh@noemail.net>
Fri, 27 Sep 2019 15:01:02 +0000 (15:01 +0000)
commit818a3b548647d7a314771f455c93be5ff6440047
tree4fd801ec73d2fd1d46c78ecf49602d80839c91c9
parent7971b7fe92cf262e5a6a4964b5acdfa683945872
Fix sqlite3ExprCompare() so that it ignores differences in the Expr.iTable
field for IN operators, as otherwise it can lead to false negatives, which
is usually harmless, but can cause problems for an assert() in the window
function logic.

FossilOrigin-Name: 6a204b192a6c6f21988cab217366f21b14c672b81ceadc43675761a6d8c4484f
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h