]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When the left-most table of a RIGHT JOIN is implemented as a co-routine,
authordrh <>
Sun, 10 Apr 2022 19:51:22 +0000 (19:51 +0000)
committerdrh <>
Sun, 10 Apr 2022 19:51:22 +0000 (19:51 +0000)
commitfcde633f7cd4e8c3de41a4f3250f45cd38f49490
treece58fdf0ac5a6214406e8b271c3277aa4e0ac61f
parente21e36dd2cf71d4164bc188774fab5e4d2976cb6
When the left-most table of a RIGHT JOIN is implemented as a co-routine,
make sure all its columns are flushed to NULL when it finishes so that
they appear to be NULL during the RIGHT JOIN post-processing.

FossilOrigin-Name: f84b2beca719758979d7a5a63c3d16d5121a7518b3fbe5039af474a83dd569c2
manifest
manifest.uuid
src/select.c
test/join7.test