Changeset: 8c90b7d142ac for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8c90b7d142ac
Modified Files:
        sql/test/BugTracker-2021/Tests/batappend-undefined.Bug-7130.test
Branch: Jul2021
Log Message:

Found this query trigger crashing while testing


diffs (14 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
@@ -54,6 +54,10 @@ select (subq_0.c0 = case when EXISTS ( s
 statement error GDK reported error: BATsubcross: more than one match
 select (select (select 1 where subq_0.c0 = (select subq_0.c1 from t_qh)) from 
(select 320, 1) subq_0(c0,c1)) from (select 2) subq_0(c3)
 
+statement error GDK reported error: BATsubcross: more than one match
+select EXISTS(select 1 from t_qh left outer join (select cast(2 as INTEGER) 
from t_qh) as subq_0(c1) on 2 <> (select 1 from t_qh where EXISTS(select 3 as 
c0 from t_qh as ref_6 where 2 <
+(select subq_0.c1 as c0 from t_qh where (1 <> ref_6.c_f) or (subq_0.c1 is 
NULL))))) from (select 30 from t_qh) as subq_0(c1)
+
 statement ok
 drop table t_qh cascade
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to