Changeset: ad26bab6a018 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ad26bab6a018
Modified Files:
        sql/test/Tests/systemfunctions.stable.out
        sql/test/Tests/systemfunctions.stable.out.int128
Branch: Mar2018
Log Message:

Update output after changeset 65842:6eeef613902a


diffs (24 lines):

diff --git a/sql/test/Tests/systemfunctions.stable.out 
b/sql/test/Tests/systemfunctions.stable.out
--- a/sql/test/Tests/systemfunctions.stable.out
+++ b/sql/test/Tests/systemfunctions.stable.out
@@ -402,8 +402,6 @@ Ready.
 [ "sys",       "columnsize",   1,      "clob", ""      ]
 [ "sys",       "columnsize",   2,      "bigint",       ""      ]
 [ "sys",       "columnsize",   3,      "bigint",       ""      ]
-[ "sys",       "comment_on",   0,      "int",  "create procedure 
sys.comment_on(obj_id integer, obj_remark varchar(65000))\nbegin\n if obj_id is 
not null and obj_id > 0 then\n if obj_remark is null or obj_remark = '' then\n 
delete from sys.comments where id = obj_id;\n elseif exists (select id from 
sys.comments where id = obj_id) then\n update sys.comments set remark = 
obj_remark where id = obj_id;\n else\n insert into sys.comments values (obj_id, 
obj_remark);\n end if;\n end if;\nend;"    ]
-[ "sys",       "comment_on",   1,      "varchar",      ""      ]
 [ "sys",       "concat",       0,      "char", "+"     ]
 [ "sys",       "concat",       1,      "char", ""      ]
 [ "sys",       "concat",       2,      "char", ""      ]
diff --git a/sql/test/Tests/systemfunctions.stable.out.int128 
b/sql/test/Tests/systemfunctions.stable.out.int128
--- a/sql/test/Tests/systemfunctions.stable.out.int128
+++ b/sql/test/Tests/systemfunctions.stable.out.int128
@@ -433,8 +433,6 @@ Ready.
 [ "sys",       "columnsize",   1,      "clob", ""      ]
 [ "sys",       "columnsize",   2,      "bigint",       ""      ]
 [ "sys",       "columnsize",   3,      "bigint",       ""      ]
-[ "sys",       "comment_on",   0,      "int",  "create procedure 
sys.comment_on(obj_id integer, obj_remark varchar(65000))\nbegin\n if obj_id is 
not null and obj_id > 0 then\n if obj_remark is null or obj_remark = '' then\n 
delete from sys.comments where id = obj_id;\n elseif exists (select id from 
sys.comments where id = obj_id) then\n update sys.comments set remark = 
obj_remark where id = obj_id;\n else\n insert into sys.comments values (obj_id, 
obj_remark);\n end if;\n end if;\nend;"    ]
-[ "sys",       "comment_on",   1,      "varchar",      ""      ]
 [ "sys",       "concat",       0,      "char", "+"     ]
 [ "sys",       "concat",       1,      "char", ""      ]
 [ "sys",       "concat",       2,      "char", ""      ]
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to