Changeset: 8c6d50059bfb for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8c6d50059bfb
Modified Files:
        sql/test/miscellaneous/Tests/simple_plans.test
Branch: cmp-or-patterns
Log Message:

Adapts Mtests expected plan


diffs (12 lines):

diff --git a/sql/test/miscellaneous/Tests/simple_plans.test 
b/sql/test/miscellaneous/Tests/simple_plans.test
--- a/sql/test/miscellaneous/Tests/simple_plans.test
+++ b/sql/test/miscellaneous/Tests/simple_plans.test
@@ -132,7 +132,7 @@ plan select 1 from tab0 where ((col1 = 1
 project (
 | select (
 | | table("sys"."tab0") [ "tab0"."col1", "tab0"."col2" ]
-| ) [ (("tab0"."col2") = (int(7) "100")) or (("tab0"."col1") in (int(7) "1", 
int(7) "81", int(7) "100")) ]
+| ) [ (("tab0"."col1") in (int(7) "1", int(7) "81", int(7) "100")) or 
(("tab0"."col2") = (int(7) "100")) ]
 ) [ tinyint(1) "1" ]
 
 query T nosort
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to