Changeset: f014ac54f79b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f014ac54f79b
Modified Files:
sql/test/miscellaneous/Tests/simple_plans.test
Branch: cmp-or-patterns
Log Message:
Adjusts test's expected plan output
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"."col1") in (int(7) "1", int(7) "81")) or (("tab0"."col2") =
(int(7) "100"))) or (("tab0"."col1") = (int(7) "100")) ]
+| ) [ (("tab0"."col2") = (int(7) "100")) or (("tab0"."col1") in (int(7) "1",
int(7) "81", int(7) "100")) ]
) [ tinyint(1) "1" ]
query T nosort
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]