Changeset: 46d3b8557784 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=46d3b8557784
Modified Files:
        sql/backends/monet5/datacell/datacell.mx
Branch: default
Log Message:

Show compilation errors.


diffs (14 lines):

diff --git a/sql/backends/monet5/datacell/datacell.mx 
b/sql/backends/monet5/datacell/datacell.mx
--- a/sql/backends/monet5/datacell/datacell.mx
+++ b/sql/backends/monet5/datacell/datacell.mx
@@ -369,8 +369,8 @@
        /* if so, get its definition to be compiled */
 
        msg = SQLstatementIntern(cntxt, def, ltbl, 0, 0);
-       /* if ( msg )
-               return msg; */
+       if ( msg )
+               return msg;
        scope = findModule(cntxt->nspace,putName(lsch,strlen(lsch)));
        s = newFunction(putName(lsch,strlen(lsch)), putName(ltbl, 
strlen(ltbl)),FUNCTIONsymbol);
        if ( s == NULL) 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to