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

Modified Files:
        escaped_char.sql 
Log Message:
Two cases with quoted fields.


U escaped_char.sql
Index: escaped_char.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/copy/Tests/escaped_char.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- escaped_char.sql    14 Aug 2009 07:44:10 -0000      1.1
+++ escaped_char.sql    14 Aug 2009 18:50:22 -0000      1.2
@@ -12,8 +12,8 @@
 hello\,world,"all"
 
 copy 1 records into t_str from stdin delimiters ',','\n','"';
-hello\,world,"all"\
-therest
+hello\,world,"all\
+therest"
 
 select * from t_str;
 


------------------------------------------------------------------------------
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