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

Modified Files:
      Tag: Nov2009
        rel_select.mx 
Log Message:
fixed bug in not(invalidtable)


Index: rel_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_select.mx,v
retrieving revision 1.157.2.6
retrieving revision 1.157.2.7
diff -u -d -r1.157.2.6 -r1.157.2.7
--- rel_select.mx       7 Jan 2010 15:18:51 -0000       1.157.2.6
+++ rel_select.mx       11 Jan 2010 21:39:05 -0000      1.157.2.7
@@ -2386,6 +2386,9 @@
        }
        case SQL_NOT: { 
                sql_exp *le = rel_logical_value_exp(sql, rel, sc->data.sym, f);
+
+               if (!le)
+                       return le;
                return rel_unop_(sql, le, NULL, "not", 0);
        }
        case SQL_ATOM: {


------------------------------------------------------------------------------
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