]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove a condition from query flattening that is now taken care of by materialize-order-by
authordrh <>
Wed, 2 Aug 2023 13:29:01 +0000 (13:29 +0000)
committerdrh <>
Wed, 2 Aug 2023 13:29:01 +0000 (13:29 +0000)
commit26cf4af5d79775af5ebfb19c46ea9a71655916ef
tree6b607dc1daf6b9cda1590f5cc59c7c9b3906783f
parentaa250db66aed4ed8f969d61f05bc374aa8c2c2e6
Remove a condition from query flattening that is now taken care of by
the caller.  Factor out the reverse_unordered_selects processing from the
main loop of sqlite3WhereBegin() for performance.

FossilOrigin-Name: f068f105fb158634321bf6401f0774c81059932d213a18b627ae98bcffc10912
manifest
manifest.uuid
src/select.c
src/where.c