Changeset: 9252fda0fc5d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9252fda0fc5d Modified Files: sql/test/SQLancer/Tests/sqlancer22.test Branch: default Log Message:
One more query with alignment issue diffs (15 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer22.test b/sql/test/SQLancer/Tests/sqlancer22.test --- a/sql/test/SQLancer/Tests/sqlancer22.test +++ b/sql/test/SQLancer/Tests/sqlancer22.test @@ -631,6 +631,11 @@ query I nosort SELECT 1 FROM (values (1, 4), (3, (select 2 where true))) x(x,y) WHERE greatest(FALSE, FALSE) ---- +query I nosort +SELECT EXISTS (VALUES (1, FALSE), (2, 1 < ALL(SELECT x.x))) FROM (SELECT 1) x(x) +---- +1 + # this one is right query I nosort SELECT 1 FROM (values (1, 4), (3, 2)) x(x,y) WHERE greatest(FALSE, FALSE) _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org