]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix a spurious "misuse of aggregate function" error that could occur when an aggregat...
authordan <Dan Kennedy>
Thu, 2 Nov 2023 21:02:53 +0000 (21:02 +0000)
committerdan <Dan Kennedy>
Thu, 2 Nov 2023 21:02:53 +0000 (21:02 +0000)
commit5e4233a9e48b124d4d342b757b34e4ae849f5cf8
treeef7da0a6a4358d48fc8e6645606805d3559791d3
parent78fee3f738d5a37f742b79e18475505beac69d08
Fix a spurious "misuse of aggregate function" error that could occur when an aggregate function was used within the FROM clause of a sub-select of the select that owns the aggregate. e.g. "SELECT (SELECT x FROM (SELECT sum(t1.a) AS x)) FROM t1". [forum:/forumpost/c9970a37ed | Forum post c9970a37ed].

FossilOrigin-Name: 4470f657d2069972d02a00983252dec1f814d90c0d8d0906e320e955111e8c11
manifest
manifest.uuid
src/resolve.c
src/sqliteInt.h
test/aggnested.test
test/window1.test