Update of /cvsroot/monetdb/sql/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20162/src/common

Modified Files:
      Tag: GDK-2
        sql_types.mx 
Log Message:
propagated changes of Saturday Aug 18 2007
from the development trunk to the GDK-2 branch


Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.90
retrieving revision 1.90.2.1
diff -u -d -r1.90 -r1.90.2.1
--- sql_types.mx        2 Jul 2007 15:48:08 -0000       1.90
+++ sql_types.mx        18 Aug 2007 09:07:54 -0000      1.90.2.1
@@ -1387,10 +1387,8 @@
                }
        }
 
-       for (t = decimals; t < dates; t++) {
-               sql_create_func("truncate", "sql", "trunc", *t, INT, *t, 
SCALE_NONE);
+       for (t = decimals; t < dates; t++) 
                sql_create_func("round", "sql", "round", *t, BTE, *t, 
SCALE_NONE);
-       }
 
        for (t = numerical; t < end; t++) {
                sql_type **u;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to