Changeset: e4724377186f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e4724377186f Modified Files: sql/test/BugTracker-2010/Tests/ORDER_BY_over_UNION_EXCEPT_INTERSECT.Bug-2606.stable.err Branch: malerrors Log Message:
approved output diffs (46 lines): diff --git a/sql/test/BugTracker-2010/Tests/ORDER_BY_over_UNION_EXCEPT_INTERSECT.Bug-2606.stable.err b/sql/test/BugTracker-2010/Tests/ORDER_BY_over_UNION_EXCEPT_INTERSECT.Bug-2606.stable.err --- a/sql/test/BugTracker-2010/Tests/ORDER_BY_over_UNION_EXCEPT_INTERSECT.Bug-2606.stable.err +++ b/sql/test/BugTracker-2010/Tests/ORDER_BY_over_UNION_EXCEPT_INTERSECT.Bug-2606.stable.err @@ -70,42 +70,6 @@ stderr of test 'ORDER_BY_over_UNION_EXCE # 11:27:31 > mclient -lsql -ftest -i -e --host=rig --port=30498 # 11:27:31 > -MAPI = (monetdb) /var/tmp/mtest-5920/.s.monetdb.34392 -QUERY = plan select * from t2606a union select * from t2606b order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan ( select * from t2606a union select * from t2606b ) order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan ( select * from t2606a ) union ( select * from t2606b ) order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan select * from t2606a except select * from t2606b order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan ( select * from t2606a except select * from t2606b ) order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan ( select * from t2606a ) except ( select * from t2606b ) order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan select * from t2606a intersect select * from t2606b order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan ( select * from t2606a intersect select * from t2606b ) order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan ( select * from t2606a ) intersect ( select * from t2606b ) order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan select * from (select * from t2606a union select * from t2606b) as t order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan select * from (select * from t2606a except select * from t2606b) as t order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing -MAPI = (monetdb) /var/tmp/mtest-27265/.s.monetdb.39400 -QUERY = plan select * from (select * from t2606a intersect select * from t2606b) as t order by a; -ERROR = !ParseException:SQLparser:SQLSTATE M0M27 !Semantic errors SyntaxException:RETURN missing # 11:27:31 > # 11:27:31 > Done. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
