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

Modified Files:
        sql_types.mx 
Log Message:
propagated changes of Tuesday Dec 11 2007 - Tuesday Dec 18 2007
from the SQL_2-20 branch to the development trunk


Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- sql_types.mx        10 Dec 2007 22:11:52 -0000      1.100
+++ sql_types.mx        18 Dec 2007 10:49:12 -0000      1.101
@@ -1410,7 +1410,7 @@
                sql_create_func("atan", "mmath", "atan", *t, NULL, *t, 
SCALE_FIX);
                sql_create_func("atan", "mmath", "atan2", *t, *t, *t, 
SCALE_FIX);
                sql_create_func("sinh", "mmath", "sinh", *t, NULL, *t, 
SCALE_FIX);
-               sql_create_func("cot", "mmath", "cotan", *t, NULL, *t, 
SCALE_FIX);
+               sql_create_func("cot", "mmath", "cot", *t, NULL, *t, SCALE_FIX);
                sql_create_func("cosh", "mmath", "cosh", *t, NULL, *t, 
SCALE_FIX);
                sql_create_func("tanh", "mmath", "tanh", *t, NULL, *t, 
SCALE_FIX);
                sql_create_func("sqrt", "mmath", "sqrt", *t, NULL, *t, 
SCALE_FIX);
@@ -1493,7 +1493,7 @@
                sql_create_func3("like", "pcre", "like", *t, *t, *t, BIT, 
SCALE_NONE);
                sql_create_func("not_like", "pcre", "not_like", *t, *t, BIT, 
SCALE_NONE);
                sql_create_func3("not_like", "pcre", "not_like", *t, *t, *t, 
BIT, SCALE_NONE);
-               sql_create_func("patindex", "calc", "patindex", *t, *t, INT, 
SCALE_NONE);
+               sql_create_func("patindex", "pcre", "patindex", *t, *t, INT, 
SCALE_NONE);
                sql_create_func("truncate", "str", "stringleft", *t, INT, *t, 
SCALE_NONE);
                sql_create_func("concat", "calc", "+", *t, *t, *t, DIGITS_ADD);
                sql_create_func("ascii", "str", "ascii", *t, NULL, INT, 
SCALE_NONE);
@@ -1509,8 +1509,8 @@
                sql_create_func("ltrim", "str", "ltrim", *t, NULL, *t, 
SCALE_NONE);
                sql_create_func("rtrim", "str", "rtrim", *t, NULL, *t, 
SCALE_NONE);
 
-               sql_create_func4("insert", "str", "stringinsert", *t, INT, INT, 
*t, *t, SCALE_NONE);
-               sql_create_func3("replace", "str", "stringreplace", *t, *t, *t, 
*t, SCALE_NONE);
+               sql_create_func4("insert", "str", "insert", *t, INT, INT, *t, 
*t, SCALE_NONE);
+               sql_create_func3("replace", "str", "replace", *t, *t, *t, *t, 
SCALE_NONE);
                sql_create_func("repeat", "str", "repeat", *t, INT, *t, 
SCALE_NONE);
                sql_create_func("space", "str", "space", INT, NULL, *t, 
SCALE_NONE);
                sql_create_func("char_length", "str", "length", *t, NULL, INT, 
SCALE_NONE);


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to