]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When attempting to optimize "expr AND false" to "false" and
authordrh <>
Tue, 1 Jul 2025 12:49:32 +0000 (12:49 +0000)
committerdrh <>
Tue, 1 Jul 2025 12:49:32 +0000 (12:49 +0000)
commit993c1b4872e7d2a47a7c4fe9e567e2cedcf4591b
tree560769b6d76d31e44cf0b62a2c61b52531b77c49
parent11422669a352f0a2991d6e7c4627ba58fbf890d7
When attempting to optimize "expr AND false" to "false" and
"expr IN ()" to "false", take care not to delete aggregate functions
in the "expr" as doing so can change the meaning of the query.

FossilOrigin-Name: 355c7902de8da79f35f6d729d0fc5bdd74cdc1a1b249cf440ef74839ec025850
manifest
manifest.uuid
src/expr.c
src/parse.y
test/altertab2.test
test/altertab3.test
test/parser1.test