]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that aggregate functions that (a) are part of SELECT statements with
authordan <dan@noemail.net>
Wed, 10 Jun 2020 11:18:28 +0000 (11:18 +0000)
committerdan <dan@noemail.net>
Wed, 10 Jun 2020 11:18:28 +0000 (11:18 +0000)
commitecaa9539a8f90e6e6abcef017815d8b0696ab075
tree90bdc4c652c239cdf8c269d1363c410a9c908037
parent38113e6890f8c0f57169c6b5f38e8383ce8f5726
Ensure that aggregate functions that (a) are part of SELECT statements with
no FROM clause and (b) have one or more scalar sub-selects as arguments are
assigned to the correct aggregate context.
Fix for ticket [7c6d876f84e6e7e2]

FossilOrigin-Name: dafd2466a10f68acbe129010216f017a5fcfc048ffbc0da806d04f04e58cfcbb
manifest
manifest.uuid
src/expr.c
test/aggnested.test
test/window9.test