]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a query has an ORDER BY clause that only refers to result columns of the order-by-push-down
authordrh <>
Wed, 2 Aug 2023 18:20:10 +0000 (18:20 +0000)
committerdrh <>
Wed, 2 Aug 2023 18:20:10 +0000 (18:20 +0000)
commit66ca6127325d307f36279ec9fc35caf35b130af8
tree375534386c5d6ea5ca09a7d3d2239ded0758924e
parentc874d60353c0a3ef592e1e77129b2b083a01af7f
If a query has an ORDER BY clause that only refers to result columns of the
left-most table and the left most table is a MATERIALIZED common table
expresion, then attempt to push the ORDER BY clause down into the subquery.

FossilOrigin-Name: 8e7a70b2bbcf85e67936eea62018f5142e8e03a2326fbb610eaef3fc8af3be98
manifest
manifest.uuid
src/select.c