]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Calculate non-aggregate expressions in the SELECT list of an aggregate query exp-agg-opt
authordan <dan@noemail.net>
Tue, 5 Jun 2018 20:04:28 +0000 (20:04 +0000)
committerdan <dan@noemail.net>
Tue, 5 Jun 2018 20:04:28 +0000 (20:04 +0000)
commit280c894b74e7ab8756974596b9d58b3babc60681
tree38b3a4c8200eea2e81f52271555e9f1843fb8e20
parent8e9deb61af6507e0dea5b51b472569c91cd39031
Calculate non-aggregate expressions in the SELECT list of an aggregate query
that does not use min() or max() once per group, instead of once per row
visited.

FossilOrigin-Name: dce2dfbe1590deb3ef5661230ae2d232bd492441195defbf698ac56f9629211c
manifest
manifest.uuid
src/select.c
test/aggnested.test
test/e_select.test
test/select5.test