Code name: Fix for wrong COUNT and HAVING handling in empty group by.
This release fixes inconsistent result of COUNT and HAVING statements in empty group by.
- #292: [L3-3596] COUNT(*) returns NULL from an empty group by
- #297: Wrong handling of aggregate functions in HAVING statement