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

Modified Files:
        sql_mnemonic.h 
Log Message:
-- print guide_step as SQL



Index: sql_mnemonic.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/sql_mnemonic.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- sql_mnemonic.h      21 May 2007 15:24:43 -0000      1.16
+++ sql_mnemonic.h      25 Jul 2007 20:16:47 -0000      1.17
@@ -140,6 +140,8 @@
 #define from_list_add( list, item )    PFsql_from_list_add( list, item )
 /** A sequence of columns */
 #define column_list(...)             PFsql_column_list( __VA_ARGS__ )
+/** A sequence of literals */
+#define literal_list(count, list)         PFsql_lit_list_ (count, list )
 
 #define where_list( ... )              PFsql_where_list( __VA_ARGS__ )
 #define where_list_empty( )            PFsql_where_list_empty( )
@@ -170,6 +172,8 @@
 #define div( a, b )                 PFsql_div( a, b )
 /** Construct a like operator. */
 #define like( a, b )               PFsql_like( a, b )
+/** Construct a in operator. */
+#define in( a, b )              PFsql_in ( a, b )
 
 /*......... Boolean operator constructors .......*/
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to