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

Modified Files:
      Tag: SQL_2-16
        sql_types.mx 
Log Message:
add sql function get_value_for('sequence name')


Index: sql_types.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_types.mx,v
retrieving revision 1.78.2.1
retrieving revision 1.78.2.2
diff -u -d -r1.78.2.1 -r1.78.2.2
--- sql_types.mx        29 Jan 2007 09:42:18 -0000      1.78.2.1
+++ sql_types.mx        13 Feb 2007 12:06:34 -0000      1.78.2.2
@@ -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);


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to