Changeset: 63bf1bbe1db1 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/63bf1bbe1db1 Modified Files: sql/test/SQLancer/Tests/sqlancer23.test Branch: default Log Message:
Next unnesting crash 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 @@ -13,5 +13,10 @@ query I nosort SELECT 1 FROM t0 WHERE (TRUE AND (SELECT TRUE)) OR (TRUE AND (SELECT TRUE)) ---- +query I nosort +SELECT 1 FROM t0 JOIN (SELECT 1) x(x) ON (VALUES (x.x)) RIGHT OUTER JOIN (SELECT 3) y(y) +ON (SELECT y.y WHERE x.x) +---- + statement ok ROLLBACK _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
