]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Generalize the LEFT JOIN strength reduction optimization so that it works for
authordrh <>
Thu, 1 Jun 2023 20:38:22 +0000 (20:38 +0000)
committerdrh <>
Thu, 1 Jun 2023 20:38:22 +0000 (20:38 +0000)
commit179c32cb579af1cb2244c7397b7fb8c1666bfe06
tree12817ca0e90a2d154c462f359c1eb143acd0c4e9
parent39a7a1a9bed4f8dd5aee65bd8e1f7ecbd466e4ba
Generalize the LEFT JOIN strength reduction optimization so that it works for
RIGHT and FULL JOIN as well.  Rename it to the "OUTER JOIN strength reduction"
optimization.

FossilOrigin-Name: d747afda5683ca5feb92866a14ccc4c5127d3378ece5cad2c3da819f2477b457
manifest
manifest.uuid
src/expr.c
src/main.c
src/select.c
src/test1.c
test/joinA.test