]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the OP_NullRow opcode is given a cursor that has not yet been opened,
authordrh <>
Wed, 13 Apr 2022 17:41:03 +0000 (17:41 +0000)
committerdrh <>
Wed, 13 Apr 2022 17:41:03 +0000 (17:41 +0000)
commit3ac624344d7dae3d4dc30ecb38b950cf49ba000c
treeb1b61a8493ceec3a321e8b88395dc230e05932ae
parentf7ecd956cedda9a5e73708b5263ef59da09c14c1
If the OP_NullRow opcode is given a cursor that has not yet been opened,
then go automatically open it to a special pseudo-cursor that allows returns
NULL for every column.  Used by the new RIGHT JOIN implementation.

FossilOrigin-Name: 4526c5d316508093b7f3aeda1ce9d16ceb0be79842015a6d51f28c22b4473ca2
manifest
manifest.uuid
src/vdbe.c