- standard_conforming_strings>/> - does this release
- treat backslashes literally in normal strings?
+ standard_conforming_strings</> - does this release
+ treat backslashes literally in ordinary strings?
- Fix HAVING> without aggregate functions and no
- GROUP BY> to behave as if the main query returns a
- single group (Tom)
+ Fix HAVING> without any aggregate functions or
+ GROUP BY> so that the query returns a single group (Tom)
Previously, such a case would treat the HAVING>
- clause as WHERE> clause.
+ clause the same as a WHERE> clause. This was not per spec.
+