Changeset: 0681b0fa4f7e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0681b0fa4f7e Modified Files: sql/test/SQLancer/Tests/sqlancer23.test Branch: default Log Message:
Missalignment issue. Enough bugs for now diffs (14 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer23.test b/sql/test/SQLancer/Tests/sqlancer23.test --- a/sql/test/SQLancer/Tests/sqlancer23.test +++ b/sql/test/SQLancer/Tests/sqlancer23.test @@ -56,5 +56,10 @@ query I nosort SELECT 2 FROM (SELECT FALSE GROUP BY 'a', FALSE) y(y) WHERE y.y ---- +query I nosort +SELECT (SELECT (VALUES (x.x)) FROM (VALUES (1),(2)) x(x) JOIN (VALUES (1, t0.c0, TRUE), +(7, 9, FALSE)) y(a,b,c) ON y.c) FROM t0 +---- + statement ok ROLLBACK _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
