Changeset: 7a6c333ec81c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7a6c333ec81c Modified Files: sql/test/BugTracker-2026/Tests/7785-recursive-cte-loops-infinitly.test Branch: Dec2025 Log Message:
Correct expected output diffs (20 lines): diff --git a/sql/test/BugTracker-2026/Tests/7785-recursive-cte-loops-infinitly.test b/sql/test/BugTracker-2026/Tests/7785-recursive-cte-loops-infinitly.test --- a/sql/test/BugTracker-2026/Tests/7785-recursive-cte-loops-infinitly.test +++ b/sql/test/BugTracker-2026/Tests/7785-recursive-cte-loops-infinitly.test @@ -19,13 +19,13 @@ SELECT * FROM t ---- a 1 -1.1 +1.100 a 1 -1.1 +1.100 b 1 -2.2 +2.200 -- next query with UNION does NOT stop query I nosort _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
