Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13166/src/backends/monet5

Modified Files:
        sql_scenario.mx 
Log Message:
propagated changes of Thursday Feb 12 2009
from the Feb2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/02/12 - mlkersten: src/backends/monet5/sql_scenario.mx,1.334.2.1
Addition information on what to do with type errors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- sql_scenario.mx     7 Jan 2009 14:19:28 -0000       1.334
+++ sql_scenario.mx     12 Feb 2009 15:48:48 -0000      1.335
@@ -1080,7 +1080,7 @@
        if (err == 0) {
                pushEndInstruction(c->curprg->def);
 
-               chkTypes(c->nspace, c->curprg->def); /* resolve types */
+               chkTypes(c->nspace, c->curprg->def, TRUE); /* resolve types */
                /* we know more in this case then
                        chkProgram(c->nspace, c->curprg->def); */
                if (c->curprg->def->errors) {
@@ -1329,7 +1329,7 @@
 
        pushEndInstruction(c->curprg->def);
 
-       chkTypes(c->nspace, c->curprg->def); /* resolve types */
+       chkTypes(c->nspace, c->curprg->def, TRUE); /* resolve types */
        if (c->curprg->def->errors) {
                showErrors(c);
                /* restore the state */


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to