]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow the EXISTS-to-JOIN optimization if the EXISTS clause is based
authordrh <>
Fri, 4 Jul 2025 11:06:34 +0000 (11:06 +0000)
committerdrh <>
Fri, 4 Jul 2025 11:06:34 +0000 (11:06 +0000)
commit478dfc7e74921f391732e03b486c786d4c7bd49b
tree35cb9c1a86ae6bae9b57ad05a0875b87ade44728
parent1b62720fa8e0a344681ffb4d1518c4551564c2a8
Do not allow the EXISTS-to-JOIN optimization if the EXISTS clause is based
on a view, since that view might expand into a join.

FossilOrigin-Name: 872c41feddafcc21a02f1229ce017ceea9f8e309a4dd5b6e323477d67f975947
manifest
manifest.uuid
src/select.c