]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Automatically transfer terms from the HAVING clause to the WHERE clause of an
authordan <dan@noemail.net>
Sat, 29 Apr 2017 20:53:09 +0000 (20:53 +0000)
committerdan <dan@noemail.net>
Sat, 29 Apr 2017 20:53:09 +0000 (20:53 +0000)
commitab31a8450b5d4a122c8157d2aaf281b8844b0d6b
tree76261c52185e7a00a1d081d24a462671d56df448
parentbc43995f99d3f15aa3cb056068ee7e6b7ca40029
Automatically transfer terms from the HAVING clause to the WHERE clause of an
aggregate query in cases where the result of evaluating the term depends only
one one or more of the GROUP BY expressions (and on no other inputs).

FossilOrigin-Name: 5375a3ce56f1d993b13b469fe33ec7679948f53940f62a15ddbaeb8aaa26a22c
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
test/having.test [new file with mode: 0644]