Changeset: 552f9236eea9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/552f9236eea9 Modified Files: sql/test/SQLancer/Tests/sqlancer23.test Branch: default Log Message:
Similar query with issues (no result set) 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 @@ -114,6 +114,12 @@ ON 2 > greatest((SELECT x.x WHERE y.y), ---- 1 +query I nosort +SELECT 1 FROM t0 RIGHT OUTER JOIN (SELECT 1) x(x) ON (VALUES (t0.c0 > x.x)) AND +greatest(CAST(t0.c0 AS BOOLEAN), 2 IN (SELECT 3 FROM t0)) +---- +1 + statement ok ROLLBACK _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
