Changeset: f2e01ae3026b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f2e01ae3026b
Modified Files:
        sql/backends/monet5/UDF/pyapi3/Tests/pyloader3_01.stable.out
Branch: default
Log Message:

Approved output


diffs (14 lines):

diff --git a/sql/backends/monet5/UDF/pyapi3/Tests/pyloader3_01.stable.out 
b/sql/backends/monet5/UDF/pyapi3/Tests/pyloader3_01.stable.out
--- a/sql/backends/monet5/UDF/pyapi3/Tests/pyloader3_01.stable.out
+++ b/sql/backends/monet5/UDF/pyapi3/Tests/pyloader3_01.stable.out
@@ -41,8 +41,8 @@ stdout of test 'pyloader3_01` in directo
 % sys.functions,       sys.functions,  sys.functions,  sys.functions,  
sys.functions,  sys.functions,  sys.functions,  sys.functions # table_name
 % name,        func,   mod,    language,       type,   side_effect,    varres, 
vararg # name
 % varchar,     varchar,        varchar,        int,    int,    boolean,        
boolean,        boolean # type
-% 6,   32,     6,      1,      1,      5,      5,      5 # length
-[ "myfunc",    "{\n\t_emit.emit({'a':42,'d':1})\n};",  "pyapi3",       6,      
7,      true,   true,   false   ]
+% 6,   32,     5,      1,      1,      5,      5,      5 # length
+[ "myfunc",    "{\n\t_emit.emit({'a':42,'d':1})\n};",  "pyapi",        6,      
7,      true,   true,   false   ]
 #COPY LOADER INTO mytable FROM myfunc();
 #COPY LOADER INTO mytable FROM myfunc3(46, 'asdf', 3.2);
 #COPY LOADER INTO mytable FROM myfunc2(45, 'asdf');
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to