Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29633/src/backends/monet5

Modified Files:
        sql_gencode.mx 
Log Message:
one more bug in like vs ilike


Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- sql_gencode.mx      10 Jan 2010 20:58:39 -0000      1.351
+++ sql_gencode.mx      10 Jan 2010 22:13:00 -0000      1.352
@@ -228,6 +228,7 @@
                q = pushArgument(mb, q, result_set);
                q = pushStr(mb, q, ncn);
                q = pushArgument(mb, q, c->nr);
+               c->nr = getDestVar(q);
                _DELETE(ncn);
                _DELETE(cn);
        }
@@ -948,7 +949,7 @@
                                        int k;
 
                                        q = newStmt1(mb, pcreRef,
-                                                       (s->flag == cmp_like ? 
"like_uselect" : "ilike_uselect"));
+                                                       (s->flag == cmp_notlike 
? "like_uselect" : "ilike_uselect"));
                                        q = pushArgument(mb, q, l);
                                        q = pushArgument(mb, q, r);
                                        q = pushArgument(mb, q, e);


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to