Changeset: 51900c90c707 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=51900c90c707 Modified Files: sql/test/mergetables/Tests/sqlsmith-exists.sql Branch: linear-hashing Log Message:
Simplified version of sqlsmith query with wrong results diffs (16 lines): diff --git a/sql/test/mergetables/Tests/sqlsmith-exists.sql b/sql/test/mergetables/Tests/sqlsmith-exists.sql --- a/sql/test/mergetables/Tests/sqlsmith-exists.sql +++ b/sql/test/mergetables/Tests/sqlsmith-exists.sql @@ -383,6 +383,12 @@ LIMIT 73; -- 2 -- 3 +SELECT 1 FROM integers WHERE CASE WHEN EXISTS (SELECT 1 WHERE i IS NULL) THEN true ELSE true END; +-- 1 +-- 1 +-- 1 +-- 1 + select subq_1.c1 as c0, subq_1.c2 as c1, _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list