]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Preliminary code to support RIGHT JOIN. Everything seems to work, except that
authordrh <>
Fri, 8 Apr 2022 19:20:12 +0000 (19:20 +0000)
committerdrh <>
Fri, 8 Apr 2022 19:20:12 +0000 (19:20 +0000)
commita76ac88af86bb5a3753b7fec6c86bfcfaf64f439
treeee7470bbee2c439f2579fe0df96ba784cbc6c01a
parent7d0ae00361386f87d179916d5abc6c11d3c85330
Preliminary code to support RIGHT JOIN. Everything seems to work, except that
the code to compute the unmatched rows for the RIGHT JOIN has not yet been
added, so the result of a RIGHT JOIN is currently the same as an INNER JOIN.

FossilOrigin-Name: 415abd6731b8e8a605adabfa6066c8a852a8531c300df41325d5f7e75cae5a70
12 files changed:
manifest
manifest.uuid
src/build.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/where.c
src/wherecode.c
src/whereexpr.c
test/join.test
test/vtab6.test