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

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


Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- sql_types.mx        29 Jan 2007 21:51:05 -0000      1.79
+++ sql_types.mx        20 Feb 2007 11:50:46 -0000      1.80
@@ -1382,6 +1382,7 @@
        sql_create_func("week", "mtime", "weekofyear", DTE, NULL, INT, 
SCALE_FIX);
 
        sql_create_func("next_value_for", "sql", "next_value", *strings, NULL, 
LNG, SCALE_NONE);
+       sql_create_func("get_value_for", "sql", "get_value", *strings, NULL, 
LNG, SCALE_NONE);
        sql_create_func("restart", "sql", "restart", *strings, LNG, LNG, 
SCALE_NONE);
        for (t = strings; t < numerical; t++) {
                sql_create_func("locate", "str", "locate", *t, *t, INT, 
SCALE_NONE);


-------------------------------------------------------------------------
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