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

Modified Files:
        copy-format.SF-2468513.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/BugTracker-2008/Tests/copy-format.SF-2468513.stable.err,1.4.4.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: copy-format.SF-2468513.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/copy-format.SF-2468513.stable.err,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- copy-format.SF-2468513.stable.err   9 Aug 2009 20:43:31 -0000       1.4
+++ copy-format.SF-2468513.stable.err   25 Apr 2010 20:59:27 -0000      1.5
@@ -79,26 +79,26 @@
 # 09:34:56 >  mclient -lsql -umonetdb -Pmonetdb --host=eir --port=34345 
 # 09:34:56 >  
 
-MAPI  = mone...@alf:31439
+MAPI  = mone...@alf:30439
 QUERY = COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
-ERROR = !SQLException:sql:value '1.01' from line 1 field 2 not inserted, 
expecting type int
-        !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:31439
+ERROR = !SQLException:importTable:value '1.01' from line 1 field 2 not 
inserted, expecting type int
+        !failed to import table
+MAPI  = mone...@alf:30439
 QUERY = COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
-ERROR = !SQLException:sql:value '.02' from line 1 field 2 not inserted, 
expecting type int
-        !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:31439
+ERROR = !SQLException:importTable:value '.02' from line 1 field 2 not 
inserted, expecting type int
+        !failed to import table
+MAPI  = mone...@alf:30439
 QUERY = COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
-ERROR = !SQLException:sql:value '2.03' from line 1 field 2 not inserted, 
expecting type int
-        !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:31439
+ERROR = !SQLException:importTable:value '2.03' from line 1 field 2 not 
inserted, expecting type int
+        !failed to import table
+MAPI  = mone...@alf:30439
 QUERY = COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
-ERROR = !SQLException:sql:value 'aaa' from line 1 field 4 not inserted, 
expecting type str
-        !SQLException:importTable:failed to import table
-MAPI  = mone...@alf:31439
+ERROR = !SQLException:importTable:value 'aaa' from line 1 field 4 not 
inserted, expecting type str
+        !failed to import table
+MAPI  = mone...@alf:30439
 QUERY = COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
-ERROR = !SQLException:sql:value 'bbb' from line 1 field 5 not inserted, 
expecting type str
-        !SQLException:importTable:failed to import table
+ERROR = !SQLException:importTable:value 'bbb' from line 1 field 5 not 
inserted, expecting type str
+        !failed to import table
 
 # 09:34:56 >  
 # 09:34:56 >  Done.


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

Reply via email to