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

Modified Files:
        OOM_query.SF-2457195.sql 
Log Message:
pass correct quotes in test script


U OOM_query.SF-2457195.sql
Index: OOM_query.SF-2457195.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/OOM_query.SF-2457195.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- OOM_query.SF-2457195.sql    9 Aug 2009 08:25:15 -0000       1.3
+++ OOM_query.SF-2457195.sql    12 Sep 2009 12:13:36 -0000      1.4
@@ -1,6 +1,6 @@
 
 create table test (lhs varchar(16), rhs varchar(16));
-COPY 113 RECORDS into test from STDIN using delimiters ',','\n';
+COPY 113 RECORDS into test from STDIN using delimiters ',','\n', '"';
 "S","TOP"
 "PP S@","S"
 "IN NP","PP"


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