]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Earlier detection of a misplaced ORDER BY or LIMIT clause in a compound
authordrh <>
Thu, 4 Mar 2021 16:03:32 +0000 (16:03 +0000)
committerdrh <>
Thu, 4 Mar 2021 16:03:32 +0000 (16:03 +0000)
commitaae0f74e64d4efefd5297bfc26a88e2192aa50ff
tree45979f06ede1e8a3a922c24a47140947a37feda7
parent50f9f6c64981de61b1c16bca56db3956963fbaa6
Earlier detection of a misplaced ORDER BY or LIMIT clause in a compound
SELECT.  This prevents problems in recursive CTEs with multiple recursive
terms in which there is an ORDER BY or LIMIT clause on the last non-recursive
term.

FossilOrigin-Name: e893f88750ea64d45922429e022c585748974016404f2a2b7952f5a227865246
manifest
manifest.uuid
src/parse.y
src/select.c
src/sqliteInt.h