Changeset: bf50292acf15 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bf50292acf15 Modified Files: sql/test/Tests/function_syntax.stable.err sql/test/Tests/ifexists-views.stable.err sql/test/Tests/procedure_syntax.stable.err Branch: malerrors Log Message:
approved output diffs (50 lines): diff --git a/sql/test/Tests/function_syntax.stable.err b/sql/test/Tests/function_syntax.stable.err --- a/sql/test/Tests/function_syntax.stable.err +++ b/sql/test/Tests/function_syntax.stable.err @@ -17,8 +17,8 @@ QUERY = DROP FUNCTION f1; ERROR = !ParseException:SQLparser:SQLSTATE 42000 !DROP FUNCTION: there are more than one function called 'f1', please use the full signature MAPI = (monetdb) /var/tmp/mtest-29803/.s.monetdb.33854 QUERY = DROP FUNCTION f2 (int, varchar(1024)); -ERROR = !ParseException:SQLparser:SQLSTATE 42000 !DROP FUNCTION: no such function 'f2' (SQLSTATE 4200 !int(32), varchar(1024)) -MAPI = (monetdb) /var/tmp/mtest-10110/.s.monetdb.31072 +ERROR = !ParseException:SQLparser:SQLSTATE 42000 !DROP FUNCTION: no such function 'f2' (int(32), varchar(1024)) +MAPI = (monetdb) /var/tmp/mtest-26073/.s.monetdb.33079 QUERY = DROP ALL FUNCTION f1 CASCADE; ERROR = !ParseException:SQLparser:SQLSTATE 3F000 !DROP ALL FUNCTION: no such function 'f1' diff --git a/sql/test/Tests/ifexists-views.stable.err b/sql/test/Tests/ifexists-views.stable.err --- a/sql/test/Tests/ifexists-views.stable.err +++ b/sql/test/Tests/ifexists-views.stable.err @@ -29,13 +29,13 @@ stderr of test 'ifexists-views` in direc MAPI = (monetdb) /var/tmp/mtest-29186/.s.monetdb.32036 QUERY = SELECT * FROM view1; -- should fail -ERROR = !SELECT: no such table 'view1' -MAPI = (monetdb) /var/tmp/mtest-29186/.s.monetdb.32036 +ERROR = !ParseException:SQLparser:SQLSTATE 42S02 !SELECT: no such table 'view1' +MAPI = (monetdb) /var/tmp/mtest-26073/.s.monetdb.33079 QUERY = DROP VIEW view2; -- should fail -ERROR = !DROP VIEW: unknown view 'view2' -MAPI = (monetdb) /var/tmp/mtest-29186/.s.monetdb.32036 +ERROR = !SQLException:sql.drop_view:SQLSTATE 42S02 !DROP VIEW: unknown view 'view2' +MAPI = (monetdb) /var/tmp/mtest-26073/.s.monetdb.33079 QUERY = SELECT * FROM view2; -- should fail -ERROR = !SELECT: no such table 'view2' +ERROR = !ParseException:SQLparser:SQLSTATE 42S02 !SELECT: no such table 'view2' # 10:36:23 > # 10:36:23 > "Done." diff --git a/sql/test/Tests/procedure_syntax.stable.err b/sql/test/Tests/procedure_syntax.stable.err --- a/sql/test/Tests/procedure_syntax.stable.err +++ b/sql/test/Tests/procedure_syntax.stable.err @@ -17,8 +17,8 @@ QUERY = DROP PROCEDURE p1; ERROR = !ParseException:SQLparser:SQLSTATE 42000 !DROP PROCEDURE: there are more than one procedure called 'p1', please use the full signature MAPI = (monetdb) /var/tmp/mtest-29803/.s.monetdb.33854 QUERY = DROP PROCEDURE p2 (int, varchar(1024)); -ERROR = !ParseException:SQLparser:SQLSTATE 42000 !DROP PROCEDURE: no such procedure 'p2' (SQLSTATE 4200 !int(32), varchar(1024)) -MAPI = (monetdb) /var/tmp/mtest-10110/.s.monetdb.31072 +ERROR = !ParseException:SQLparser:SQLSTATE 42000 !DROP PROCEDURE: no such procedure 'p2' (int(32), varchar(1024)) +MAPI = (monetdb) /var/tmp/mtest-26073/.s.monetdb.33079 QUERY = DROP table t1; ERROR = !SQLException:sql.droptable:SQLSTATE 42000 !DROP TABLE: unable to drop table t1 (there are database objects which depend on it) MAPI = (monetdb) /var/tmp/mtest-10110/.s.monetdb.31072 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
