Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/having.test
2020-12-30
| ||
13:20 | [a89236dd8d] part of check-in [45f46317ab] New test case for the HAVING fix of check-in [f62f983b56623f0e]. (check-in: [45f46317ab] user: drh branch: trunk, size: 5621) | |
2020-12-22
| ||
16:23 | [ea5cb01cdf] part of check-in [f62f983b56] Fix a problem handling sub-queries with both a correlated WHERE clause and a "HAVING 0" clause where the parent query is itself an aggregate. The problem was apparently introduced by check-in [6e6b3729e0549de0] (check-in: [f62f983b56] user: dan branch: trunk, size: 5342) | |
2017-09-30
| ||
01:25 | [e4098a4b89] part of check-in [71f0adf7ca] Fix unreachable conditionals and revise a testcase that was made obsolete by the changes on this branch. (check-in: [71f0adf7ca] user: drh branch: prefer-coroutine-sort-subquery, size: 4648) | |
2017-07-07
| ||
19:43 | [b3d6b17cc9] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 4502) | |
2017-05-01
| ||
14:09 | [30a02b8a9a] part of check-in [4921cd9520] Add extra tests for the optimization on this branch. (check-in: [4921cd9520] user: dan branch: having-where-optimization, size: 4503) | |
2017-04-29
| ||
20:53 | Added: [a03676a754] part of check-in [5375a3ce56] 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). (check-in: [5375a3ce56] user: dan branch: having-where-optimization, size: 2539) | |