Update of /cvsroot/monetdb/sql/src/backends/monet4
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv699/src/backends/monet4

Modified Files:
      Tag: SQL_2-24
        sql_gencode.mx 
Log Message:
fixed bug in handling combinations of joins where some joins needed to be
changed into filters (selects/semijoins).


U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_gencode.mx,v
retrieving revision 1.174.2.2
retrieving revision 1.174.2.3
diff -u -d -r1.174.2.2 -r1.174.2.3
--- sql_gencode.mx      11 Jun 2008 16:09:33 -0000      1.174.2.2
+++ sql_gencode.mx      17 Jun 2008 08:37:27 -0000      1.174.2.3
@@ -1629,8 +1629,8 @@
 
                        /* should not appear here */
                case st_reljoin:
+               case st_releqjoin:
                case st_relselect:
-               case st_intersect:
                        /* todo */
 
                case st_basetable:      /* relation(table) */


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to