]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Always explicitly set each table cursor to NullRow before doing the RIGHT-JOIN
authordrh <>
Tue, 12 Apr 2022 13:46:21 +0000 (13:46 +0000)
committerdrh <>
Tue, 12 Apr 2022 13:46:21 +0000 (13:46 +0000)
commita70782407d12bae34240167814b49e1593048aca
treeb0f819f170a1837910d99659e40e6b8570c49a69
parentb087de063bed22932287aff4f12a2e5a3083aa8d
Always explicitly set each table cursor to NullRow before doing the RIGHT-JOIN
unmatched row pass.  This is a cheap opcode, and it adds an extra layer of
defense against incorrect results.

FossilOrigin-Name: a3d14e61ca22167296fee125a3e9aa63413408955e03bb3f9d85fa9f22df1b79
manifest
manifest.uuid
src/where.c