]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make sure all terms of the ORDER BY within an aggregate go through aggregate
authordrh <>
Wed, 18 Oct 2023 22:03:48 +0000 (22:03 +0000)
committerdrh <>
Wed, 18 Oct 2023 22:03:48 +0000 (22:03 +0000)
commit20b95f8d3fc34d6fe8a049a3b2abebefce12eea1
tree47c33c69ce9333c42eeff43e6af35ff2d5a3957e
parent49dc1be96f76ce01325cdb2d8b475f25a51f3605
Make sure all terms of the ORDER BY within an aggregate go through aggregate
analysis.  Do not attach an aggregate ORDER BY to a window function.

FossilOrigin-Name: 16f3805514a741405f70e0ee3b5a6b67720bc75719372e82daa4136fe411ea2b
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h