Changeset: 7d225cdce15e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7d225cdce15e
Modified Files:
        sql/test/subquery/Tests/subquery6.test
Branch: Jul2021
Log Message:

At the moment, the error string from this query is not relevant


diffs (12 lines):

diff --git a/sql/test/subquery/Tests/subquery6.test 
b/sql/test/subquery/Tests/subquery6.test
--- a/sql/test/subquery/Tests/subquery6.test
+++ b/sql/test/subquery/Tests/subquery6.test
@@ -48,7 +48,7 @@ WHERE ctr1.ctr_total_return >
   AND ctr1.ctr_customer_sk = TotalSales
 ----
 
-statement error GDK reported error: mergejoin: more than one match
+statement error
 SELECT i FROM integers i1 WHERE (SELECT CASE WHEN i1.i IS NULL THEN (SELECT 
FALSE FROM integers i2) ELSE TRUE END)
 
 query T rowsort
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to