Update of /cvsroot/monetdb/sql/src/server
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv768/src/server
Modified Files:
rel_select.mx
Log Message:
propagated changes of Monday Jan 11 2010 - Tuesday Jan 12 2010
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/01/11 - nielsnes: src/server/rel_select.mx,1.157.2.7
fixed bug in not(invalidtable)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: rel_select.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/rel_select.mx,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- rel_select.mx 10 Jan 2010 20:33:31 -0000 1.167
+++ rel_select.mx 12 Jan 2010 09:17:35 -0000 1.168
@@ -2392,6 +2392,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