Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv4192/src/backends/monet5

Modified Files:
        sql.mx 
Log Message:
propagated changes of Sunday Apr 25 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/25 - nielsnes: src/backends/monet5/sql.mx,1.389.2.11
  passing error's from tablet via mvc structure into sql layer
  approving related tests
  
  added test for problem overflow error not reported on client (only dumped
  on server)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -d -r1.407 -r1.408
--- sql.mx      12 Apr 2010 09:20:47 -0000      1.407
+++ sql.mx      25 Apr 2010 20:59:09 -0000      1.408
@@ -3023,7 +3023,7 @@
                GDKfree(ssep);
        GDKfree(ns);
        if (!b)
-               throw(SQL, "importTable", "failed to import table");
+               throw(SQL, "importTable", "%sfailed to import table", 
m->errstr);
        *res = b->batCacheid;
        BBPincref( *res, TRUE);
        BBPunfix(*res);


------------------------------------------------------------------------------
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to