Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4878

Modified Files:
      Tag: Nov2009
        sql.mx 
Log Message:
be a bit more helpful

Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.358.2.7
retrieving revision 1.358.2.8
diff -u -d -r1.358.2.7 -r1.358.2.8
--- sql.mx      27 Oct 2009 10:17:54 -0000      1.358.2.7
+++ sql.mx      27 Oct 2009 10:18:59 -0000      1.358.2.8
@@ -2173,9 +2173,9 @@
        if (msg)
                return msg;
        if ((b = BATdescriptor(*bid)) == NULL)
-               throw(SQL, "sql.rsColumn", "Cannot access descriptor");
+               throw(SQL, "sql.rsColumn", "cannot access BAT descriptor");
        if (mvc_result_column(m, *tn, *name, *type, *digits, *scale, b)) 
-               res = createException(SQL, "sql.rsColumn", "failed");
+               res = createException(SQL, "sql.rsColumn", "mvc_result_column 
failed");
        *ret = 0;
        BBPunfix(b->batCacheid);
        return res;


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

Reply via email to