Changeset: 59e007c45c3f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=59e007c45c3f Modified Files: sql/test/miscellaneous/Tests/groupby_error.sql Branch: Jun2020 Log Message:
Query with "inputs size" error diffs (13 lines): diff --git a/sql/test/miscellaneous/Tests/groupby_error.sql b/sql/test/miscellaneous/Tests/groupby_error.sql --- a/sql/test/miscellaneous/Tests/groupby_error.sql +++ b/sql/test/miscellaneous/Tests/groupby_error.sql @@ -59,6 +59,9 @@ SELECT + 2 FROM tab0 AS cor0 WHERE NOT - -- 2 -- 2 +SELECT * FROM tab0 WHERE NOT - col0 - col1 * col2 <= ( + col0 ) AND NOT ( + col2 + col1 - col1 ) NOT BETWEEN - col0 AND - col1 + - col2 / col1; + -- empty + SELECT DISTINCT * FROM tab2 WHERE NOT ( - + 50 + ( 70 ) ) = + col2; -- 64 77 40 -- 46 51 23 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list