Update of /cvsroot/monetdb/sql/src/test/bugs/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20842/src/test/bugs/Tests

Modified Files:
        copy_into_quote.sql 
Log Message:
removed bogus assert

made double quoted strings the default for copy into again (this is needed
as we should be able to load old dumps!)

approved output (errors) for coalesce for m4 and m5

approved ouput for new signature of mvc_export_file


Index: copy_into_quote.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/bugs/Tests/copy_into_quote.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- copy_into_quote.sql 9 Dec 2007 16:28:03 -0000       1.2
+++ copy_into_quote.sql 3 Jan 2008 11:45:25 -0000       1.3
@@ -17,10 +17,10 @@
 --
 ) ;
 
-copy 1 records INTO test_copyinto FROM stdin USING DELIMITERS '|','\n';
+copy 1 records INTO test_copyinto FROM stdin USING DELIMITERS '|','\n', '';
 2413949|8117533|1234 ANOTHER DISK||ABCDE|TT|23456|7860|" S||LAST|-|N
 
-copy 1 records INTO test_copyinto FROM stdin USING DELIMITERS '|','\n';
+copy 1 records INTO test_copyinto FROM stdin USING DELIMITERS '|','\n', '';
 2413949|8117533|1234 ANOTHER DISK||ABCDE|TT|23456|7860|' S||LAST|-|N
 
 select * from test_copyinto;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to