]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not omit the ORDER BY clause from a recursive CTE just because the
authordrh <>
Fri, 14 Jun 2024 23:13:54 +0000 (23:13 +0000)
committerdrh <>
Fri, 14 Jun 2024 23:13:54 +0000 (23:13 +0000)
commit9175b18226948b05c4a6ed9b8a1c3225d3547544
tree0c34368bfeecd089dd65f53232319d7a45948a24
parent709cb313cf7b2da986ec2c0ca6510147ac702538
Do not omit the ORDER BY clause from a recursive CTE just because the
query that contains the CTE also contains an ORDER BY clause.  Plus
other changes imported from the recursive-cte-orderby-fix branch.

FossilOrigin-Name: 13242289c5d412b706f50fc7e1553032ea3a52d41a3e34e155432adaf0551481
manifest
manifest.uuid
src/select.c
src/treeview.c
src/where.c