Changeset: cf1a7b873777 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/cf1a7b873777 Modified Files: sql/test/SQLancer/Tests/sqlancer23.test Branch: default Log Message:
Next subquery crash diffs (16 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 @@ -108,6 +108,12 @@ SELECT (SELECT 1 FROM generate_series((S JOIN LATERAL (SELECT DISTINCT 1) x(x) ON TRUE) FROM t0 ---- +query I nosort +SELECT 1 FROM (SELECT 1 = ANY(SELECT t0.c0) FROM t0) y(y) RIGHT OUTER JOIN (SELECT 1) x(x) +ON 2 > greatest((SELECT x.x WHERE y.y), x.x) +---- +1 + statement ok ROLLBACK _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
