Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3540/src/backends/monet5

Modified Files:
      Tag: SQL_2-16
        sql_gencode.mx 
Log Message:
don't set the result type (can correctly be derived from the arguments)


Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.230.2.2
retrieving revision 1.230.2.3
diff -u -d -r1.230.2.2 -r1.230.2.3
--- sql_gencode.mx      4 Feb 2007 18:23:33 -0000       1.230.2.2
+++ sql_gencode.mx      14 Feb 2007 08:13:46 -0000      1.230.2.3
@@ -317,7 +317,7 @@
                match = 1;
        if( (match && type <= TYPE_str) || match==2){
                q = newStmt1(mb, batcalcRef, name);
-               setVarType(mb,getArg(q,0), newBatType(TYPE_any,rtype));
+               /*setVarType(mb,getArg(q,0), newBatType(TYPE_any,rtype));*/
                freezeVarType(mb,getArg(q,0));
                q = pushArgument(mb, q, o1);
                q = pushArgument(mb, q, o2);


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to