Update of /cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1660

Modified Files:
        copy-format.SF-2468513.sql 
Log Message:
Use a single error per line.


U copy-format.SF-2468513.sql
Index: copy-format.SF-2468513.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/copy-format.SF-2468513.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- copy-format.SF-2468513.sql  28 Dec 2008 09:58:47 -0000      1.1
+++ copy-format.SF-2468513.sql  9 Aug 2009 08:29:53 -0000       1.2
@@ -1,4 +1,3 @@
-start transaction;
 CREATE TABLE my_copytest (
 col1 INT,
 col2 INT,
@@ -7,11 +6,25 @@
 col5 VARCHAR(1)
 ) ;
 
-COPY 3 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
+COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
 NULL as '';
-123|1.01||aaa|bbb
-553|.02||aaa|bbb
-223|2.03||aaa|bbb
+123|1.01||a|b
+
+COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
+NULL as '';
+553|.02||a|b
+
+COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
+NULL as '';
+223|2.03||a|b
+
+COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
+NULL as '';
+223|2||aaa|b
+
+COPY 1 RECORDS INTO my_copytest FROM stdin USING DELIMITERS '|','\n'
+NULL as '';
+223|3||a|bbb
 
 select * from my_copytest;
-abort;
+drop table my_copytest;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to