Update of /cvsroot/monetdb/sql/src/test/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4782/src/test/Tests
Modified Files:
copy_into.sql
Log Message:
only pass quote to SQLload_file if user passed one.
U copy_into.sql
Index: copy_into.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Tests/copy_into.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- copy_into.sql 4 Jan 2008 21:13:53 -0000 1.1
+++ copy_into.sql 15 Aug 2009 18:14:41 -0000 1.2
@@ -9,7 +9,7 @@
drop table copyouttest;
create table copyintest ( str VARCHAR(20), str2 VARCHAR(20));
-copy into copyintest from 'x.dat' delimiters '[]', '\n';
+copy into copyintest from 'x.dat' delimiters '[]', '\n', '"';
select * from copyintest;
drop table copyintest;
------------------------------------------------------------------------------
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