Update of /cvsroot/monetdb/sql/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21468/src/common
Modified Files:
sql_types.mx
Log Message:
removed none existing not_like and use correct module for like
U sql_types.mx
Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- sql_types.mx 18 Feb 2008 10:52:03 -0000 1.104
+++ sql_types.mx 24 Apr 2008 20:41:13 -0000 1.105
@@ -1496,10 +1496,8 @@
sql_create_func3("locate", "str", "locate", *t, *t, INT, INT,
SCALE_NONE);
sql_create_func("substring", "str", "substring", *t, INT, *t,
SCALE_NONE);
sql_create_func3("substring", "str", "substring", *t, INT, INT,
*t, SCALE_NONE);
- sql_create_func("like", "pcre", "like", *t, *t, BIT,
SCALE_NONE);
- 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("like", "str", "like", *t, *t, BIT, SCALE_NONE);
+ sql_create_func3("like", "str", "like", *t, *t, *t, BIT,
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);
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins