Changeset: fbb3824be765 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fbb3824be765
Modified Files:
        sql/test/SQLancer/Tests/sqlancer23.test
Branch: default
Log Message:

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
@@ -95,6 +95,10 @@ query I nosort
 SELECT (SELECT ((SELECT 1) INTERSECT (SELECT x.x)) FROM (SELECT 1) x(x) WHERE 
t0.c0 < ANY(SELECT 2)) FROM t0
 ----
 
+query I nosort
+SELECT 1 FROM t0 JOIN (SELECT 1) y(y) ON 1 = (SELECT y.y FROM (SELECT 1 IN 
(SELECT 1 FROM t0)) x(x), t0 WHERE x.x)
+----
+
 statement ok
 ROLLBACK
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to