Changeset: beeaf6cb4389 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/beeaf6cb4389
Branch: default
Log Message:

merged


diffs (13 lines):

diff --git a/sql/test/BugTracker-2021/Tests/batappend-undefined.Bug-7130.test 
b/sql/test/BugTracker-2021/Tests/batappend-undefined.Bug-7130.test
--- a/sql/test/BugTracker-2021/Tests/batappend-undefined.Bug-7130.test
+++ b/sql/test/BugTracker-2021/Tests/batappend-undefined.Bug-7130.test
@@ -49,6 +49,9 @@ as ref_4 cross join t_qh as ref_5 where 
 where (ref_5.c_f <> ref_6.c_f) or (subq_0.c1 is NULL))))
 
 statement error GDK reported error: BATsubcross: more than one match
+select 1 from (select 1) x(x) where 1 = (select 1 from (select 1) y(y) where 
exists (select 1 from (select 1) z(z) where x.x < (select 1 from t_qh where y.y 
= 1)))
+
+statement error GDK reported error: BATsubcross: more than one match
 select (subq_0.c0 = case when EXISTS ( select ref_15.c0 as c6 from t_amy as 
ref_15) then subq_0.c1 else subq_0.c1 end) as c4 from (select ref_12.c_f as c0, 
30 as c1 from t_qh as ref_12) as subq_0
 
 statement error GDK reported error: BATsubcross: more than one match
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to