Changeset: c8a022a12b9f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c8a022a12b9f Modified Files: sql/test/SQLancer/Tests/sqlancer23.test Branch: default Log Message:
Because I am frustrated, here's the next 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 @@ -79,6 +79,10 @@ query I nosort SELECT 1 FROM t0 FULL OUTER JOIN (SELECT 1) AS x(x) ON least(t0.c0 = ANY(SELECT 1 FROM t0), TRUE) ---- +query I nosort +SELECT 1 FROM t0 WHERE t0.c0 = (VALUES ((SELECT t0.c0))) +---- + statement ok ROLLBACK _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
