Update of /cvsroot/monetdb/sql/src/test/copy/Tests
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv4704/src/test/copy/Tests

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

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/04/25 - nielsnes: src/test/copy/Tests/int_parse.stable.err,1.6.2.1
  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: int_parse.stable.err
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/copy/Tests/int_parse.stable.err,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- int_parse.stable.err        31 Dec 2009 14:46:59 -0000      1.6
+++ int_parse.stable.err        25 Apr 2010 21:00:34 -0000      1.7
@@ -79,14 +79,14 @@
 # 19:40:24 >  mclient -lsql -umonetdb -Pmonetdb --host=eir --port=37659 
 # 19:40:24 >  
 
-MAPI  = mone...@eir:37128
+MAPI  = mone...@alf:30439
 QUERY = copy 1 records into t_int from stdin USING DELIMITERS ',','\n','\"' 
NULL AS '';
-ERROR = !SQLException:sql:value '5.1' from line 1 field 1 not inserted, 
expecting type int
-        !SQLException:importTable:failed to import table
-MAPI  = mone...@eir:37128
+ERROR = !SQLException:importTable:value '5.1' from line 1 field 1 not 
inserted, expecting type int
+        !failed to import table
+MAPI  = mone...@alf:30439
 QUERY = copy 4 records into t_int from stdin delimiters ',','\n' NULL as '';
-ERROR = !SQLException:sql:value 'null' from line 3 field 1 not inserted, 
expecting type int
-        !SQLException:importTable:failed to import table
+ERROR = !SQLException:importTable:value 'null' from line 3 field 1 not 
inserted, expecting type int
+        !failed to import table
 
 # 19:40:25 >  
 # 19:40:25 >  Done.


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

Reply via email to