Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8659/include

Modified Files:
        sql.h 
Log Message:


string-join support for SQL.
This operation is likely very expensive due to the recursive approach we've 
chosen.




U sql.h
Index: sql.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/sql.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- sql.h       14 Mar 2008 12:57:22 -0000      1.47
+++ sql.h       1 Apr 2008 15:21:01 -0000       1.48
@@ -53,6 +53,7 @@
     , sql_col_guide
     , sql_col_max
     , sql_col_err
+    , sql_col_sep
     , sql_col_dist
 };
 typedef enum PFsql_special_t PFsql_special_t;


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to