Update of /cvsroot/monetdb/sql/src/server
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10462

Modified Files:
        sql_statement.mx 
Log Message:
order of cmp_* is important.


U sql_statement.mx
Index: sql_statement.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_statement.mx,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -d -r1.187 -r1.188
--- sql_statement.mx    1 Aug 2009 14:47:46 -0000       1.187
+++ sql_statement.mx    2 Aug 2009 11:56:10 -0000       1.188
@@ -134,11 +134,11 @@
        cmp_notequal = 5,
        cmp_notlike = 6,
        cmp_like = 7,
-       cmp_all = 8,
-       cmp_or = 9,
-       cmp_project = 10,
-       cmp_notilike = 11,
-       cmp_ilike = 12
+       cmp_notilike = 8,
+       cmp_ilike = 9,
+       cmp_all = 10,
+       cmp_or = 11,
+       cmp_project = 12
 } comp_type;
 
 /* flag to indicate anti join/select */


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to