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

Next subquery crash


diffs (15 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
@@ -37,5 +37,11 @@ SELECT 1 FROM (SELECT DISTINCT 2) vy(vc1
 ----
 1
 
+query I nosort
+SELECT vy.vc2 <> ALL(SELECT DISTINCT (SELECT 4 WHERE TRUE) FROM (SELECT 'a') 
y(y) JOIN LATERAL (SELECT 1) AS x(x)
+ON vy.vc0 LIKE y.y) FROM (SELECT DISTINCT '1', 2) vy(vc0, vc2)
+----
+1
+
 statement ok
 ROLLBACK
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to