]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If a subquery is materialized due to an ORDER BY and that ordering is useful
authordrh <>
Thu, 15 Aug 2024 23:38:52 +0000 (23:38 +0000)
committerdrh <>
Thu, 15 Aug 2024 23:38:52 +0000 (23:38 +0000)
commit235b5d0ac57950437262c40bb92624670dd02a90
tree0974601a3d8e1d77f8ac06bb48c0dc5f08134e2d
parent7c5a829025914550de138aab2a8cf3f8090b7c3e
If a subquery is materialized due to an ORDER BY and that ordering is useful
in helping to satisfy the ORDER BY or GROUP BY in the order query without
doing an extra sort, then omit the extra sort.

FossilOrigin-Name: 2fbb4dc2327ee435cb2b7a4adcddf5a9cee6dff7de96e2ecb761166427b5ddea
manifest
manifest.uuid
src/sqliteInt.h
src/test1.c
src/where.c
src/whereInt.h
test/eqp.test
test/skipscan1.test
test/windowpushd.test
test/with6.test