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

Breakfast crash for the week


diffs (18 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
@@ -83,6 +83,14 @@ query I nosort
 SELECT 1 FROM t0 WHERE t0.c0 = (VALUES ((SELECT t0.c0)))
 ----
 
+query I nosort
+SELECT 1 FROM t0 CROSS JOIN LATERAL (SELECT (VALUES (y.y)) FROM (SELECT 1) 
y(y) WHERE t0.c0 = 2) x(x)
+----
+
+query I nosort
+SELECT 1 FROM t0 CROSS JOIN LATERAL (SELECT (VALUES (y.y), (y.y)) FROM (SELECT 
1) y(y) WHERE t0.c0 = 2) x(x)
+----
+
 statement ok
 ROLLBACK
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to