]> git.ipfire.org Git - thirdparty/sqlite.git/commit
As evidenced by [forum:/forumpost/f3f546025a|forum post f3f546025a], the
authordrh <>
Mon, 15 May 2023 02:06:35 +0000 (02:06 +0000)
committerdrh <>
Mon, 15 May 2023 02:06:35 +0000 (02:06 +0000)
commiteb4455e4e4db00014ece5dc6e3ae0216b8fae614
tree8e31d73e5aed00ad3eb867b65abaf2698de4d1b8
parentfa746af4a37b787251ee639a9f0e1891dca13802
As evidenced by [forum:/forumpost/f3f546025a|forum post f3f546025a], the
new RIGHT JOIN related restriction on the push-down optimization implemented
by [da3fba18742b6e0b] also needs to apply to the automatic index
(a.k.a. hash-join) optimization and to the Bloom filter optimization.
Computation of the restriction is now
moved into the sqlite3ExprIsSingleTableConstraint() routine.

FossilOrigin-Name: 4902015dcf3869f08d9986e422faa231d9218a5e0fc59ba8df0f407e4eb3d605
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/where.c
test/pushdown.test