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

Modified Files:
      Tag: SQL_2-24
        sql_types.mx 
Log Message:
don't support functions we don't have


U sql_types.mx
Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.105.2.1
retrieving revision 1.105.2.2
diff -u -d -r1.105.2.1 -r1.105.2.2
--- sql_types.mx        28 May 2008 09:18:24 -0000      1.105.2.1
+++ sql_types.mx        22 Jun 2008 21:08:51 -0000      1.105.2.2
@@ -1434,8 +1434,6 @@
                sql_create_func("exp", "mmath", "exp", *t, NULL, *t, SCALE_FIX);
                sql_create_func("log", "mmath", "log", *t, NULL, *t, SCALE_FIX);
                sql_create_func("log10", "mmath", "log10", *t, NULL, *t, 
SCALE_FIX);
-               sql_create_func("str", "calc", "str", *t, INT, *strings, 
SCALE_NONE);
-
        }
        sql_create_func("pi", "mmath", "pi", NULL, NULL, DBL, SCALE_NONE);
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to