Changeset: 019f7c68a18e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/019f7c68a18e Modified Files: sql/test/SQLancer/Tests/sqlancer15.test Branch: Jul2021 Log Message:
Forgot expected output diffs (15 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer15.test b/sql/test/SQLancer/Tests/sqlancer15.test --- a/sql/test/SQLancer/Tests/sqlancer15.test +++ b/sql/test/SQLancer/Tests/sqlancer15.test @@ -98,8 +98,10 @@ TRUNCATE TABLE t1 statement ok rowcount 1 INSERT INTO t1(c2) VALUES(INTERVAL '5' DAY) -statement ok +query T rowsort SELECT t1.c2 FROM t1 WHERE 3 IS NOT NULL OR ((SELECT TRUE) EXCEPT ALL (SELECT TRUE FROM t1)) +---- +5 statement ok ROLLBACK _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
