]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a problem with processing a "vtab.col IS NULL" expression within
authordan <dan@noemail.net>
Mon, 10 Sep 2018 12:17:16 +0000 (12:17 +0000)
committerdan <dan@noemail.net>
Mon, 10 Sep 2018 12:17:16 +0000 (12:17 +0000)
commiteb3fe0b9d45a70753b6e764f1d67a7eae9d89bdd
tree9889af70ba7aaeb2a6db6231e6c00f8f5a89ab3a
parentf7ded14792b1bf72995a73259eb4ab8df28386d7
Fix a problem with processing a "vtab.col IS NULL" expression within
the WHERE clause of a query when "vtab" is a virtual table on the rhs of a
LEFT JOIN.

FossilOrigin-Name: 83da4d4104ee1870a2a95bb5fa15ee6584c655d8b314b6b8ab97592dad4ee811
manifest
manifest.uuid
src/where.c
test/bestindex6.test [new file with mode: 0644]