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

Another unnesting issue


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

Reply via email to