]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix another problem with subroutine reuse in the RIGHT JOIN no-match code not-working
authordrh <>
Sat, 30 Apr 2022 17:22:22 +0000 (17:22 +0000)
committerdrh <>
Sat, 30 Apr 2022 17:22:22 +0000 (17:22 +0000)
commit1001626f856f5385f3a9ab30fe537c92f501e881
treeed4cb36979dc4a8850d6cf1727170f69ba6eb476
parent2aa1086cab4e8a9cb239882ba1ba042dafdd7e7a
Fix another problem with subroutine reuse in the RIGHT JOIN no-match code
for the subquery on the right-hand side of an IN operator.  The current code
works for all known cases, but seems unnecessarily complex and in need of
simplification.

FossilOrigin-Name: ad32da8045e691372871a05ca49688032e9c2bab769a07da6b6cfd6186d25955
manifest
manifest.uuid
src/vdbe.h
src/vdbeaux.c
src/wherecode.c
test/join8.test