Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4720
Modified Files:
Tag: Nov2009
sql.mx
Log Message:
fix horrible misindenting
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.358.2.6
retrieving revision 1.358.2.7
diff -u -d -r1.358.2.6 -r1.358.2.7
--- sql.mx 25 Oct 2009 12:33:31 -0000 1.358.2.6
+++ sql.mx 27 Oct 2009 10:17:54 -0000 1.358.2.7
@@ -2172,9 +2172,8 @@
(void) cntxt;
if (msg)
return msg;
- if( (b = BATdescriptor(*bid)) == NULL ){
- throw(SQL, "sql.rsColumn", "Cannot access descriptor");
- }
+ if ((b = BATdescriptor(*bid)) == NULL)
+ throw(SQL, "sql.rsColumn", "Cannot access descriptor");
if (mvc_result_column(m, *tn, *name, *type, *digits, *scale, b))
res = createException(SQL, "sql.rsColumn", "failed");
*ret = 0;
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins