]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the OP_Column opcode, if the cursor is marked NullRow (due to being the
authordrh <drh@noemail.net>
Sat, 22 Feb 2020 13:01:19 +0000 (13:01 +0000)
committerdrh <drh@noemail.net>
Sat, 22 Feb 2020 13:01:19 +0000 (13:01 +0000)
commite8c4f03266e1b89bc693c2294734c4f828a177f8
tree3d08f675f67d76ee9815c7f2530afee456d63914
parent8a64d62d31efd388720ed40ae1bf40b6e1e53173
In the OP_Column opcode, if the cursor is marked NullRow (due to being the
right table of a LEFT JOIN that does not match) and the cursor is the table
cursor for an OR-optimization with a covering index, then do not substitute
the covering index cursor, since the covering index cursor does not have
the NullRow flag set.  Ticket [aa4378693018aa99]

FossilOrigin-Name: f02030b3403d67734bba471a91ad5bfdb03ddf6fdc3ef14808a04495e43b0470
manifest
manifest.uuid
src/vdbeaux.c
test/whereD.test