Fabian wrote: > Update of /cvsroot/monetdb/MonetDB5/src/modules/mal/Tests > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4482/Tests > > Modified Files: > remote00.mal remote00.stable.out > Log Message: > Be a little bit smarter when dealing with functions. Allow dotted > notation for <module>.<func> next to just <func> for the default/current > module. (currently I guess this is "user", but should be retrieved > somehow to be on the safe site...) Yes, the default is the user module. I have been 'struggling' with arguments for reflective functions. I settled down to using two arguments where needed e.g. f(mod:str,fcn:str,...)
It is not optimal, but avoid string construction/analysis ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
