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

Modified Files:
      Tag: Feb2009
        sql_scenario.mx 
Log Message:
Addition information on what to do with type errors


U sql_scenario.mx
Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.334
retrieving revision 1.334.2.1
diff -u -d -r1.334 -r1.334.2.1
--- sql_scenario.mx     7 Jan 2009 14:19:28 -0000       1.334
+++ sql_scenario.mx     12 Feb 2009 11:19:03 -0000      1.334.2.1
@@ -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 */


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to