]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow changes to sqlite3ExprIsTableConstant() that support pushdown of
authordrh <>
Sat, 6 Apr 2024 18:30:09 +0000 (18:30 +0000)
committerdrh <>
Sat, 6 Apr 2024 18:30:09 +0000 (18:30 +0000)
commit6951c4977976ddca0b9e4ce75e79fc69c44dfd77
tree50b7d2e4c5e99706a66c4c419b748ad023944afe
parented27183d835a0a3c4a2f17f9c3097d976aedc624
Do not allow changes to sqlite3ExprIsTableConstant() that support pushdown of
subqueries interfere with the hash-join logic.

FossilOrigin-Name: 8682931f9c6b40e1b09139c10bbe932c38330b5eb0c5c84f2432ad19a6793e37
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/where.c