Changeset: 74d1d17c96fe for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/74d1d17c96fe Modified Files: sql/test/BugTracker-2026/Tests/7963-having-sum-or-exists-or-sum-bug.test Branch: Dec2025 Log Message:
Correct expected output of query 3 diffs (20 lines): diff --git a/sql/test/BugTracker-2026/Tests/7963-having-sum-or-exists-or-sum-bug.test b/sql/test/BugTracker-2026/Tests/7963-having-sum-or-exists-or-sum-bug.test --- a/sql/test/BugTracker-2026/Tests/7963-having-sum-or-exists-or-sum-bug.test +++ b/sql/test/BugTracker-2026/Tests/7963-having-sum-or-exists-or-sum-bug.test @@ -43,15 +43,13 @@ HAVING SUM(x) < 81 OR EXISTS(SELECT 1 FR 30 1 --- Control query 3: succeeds but returns 1 row less +-- Control query 3: succeeds. query II rowsort SELECT SUM(x) AS s, g FROM rift_min_a GROUP BY g HAVING SUM(x) < 81 OR SUM(x) < 81 ---- -100 -2 30 1 _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
