Update of /cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4782/src/test/BugDay_2005-10-06_2.8/Tests

Modified Files:
        MapiClient-dump.SF-905851.stable.out 
Log Message:
only pass quote to SQLload_file if user passed one.


U MapiClient-dump.SF-905851.stable.out
Index: MapiClient-dump.SF-905851.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugDay_2005-10-06_2.8/Tests/MapiClient-dump.SF-905851.stable.out,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- MapiClient-dump.SF-905851.stable.out        20 May 2009 11:08:42 -0000      
1.15
+++ MapiClient-dump.SF-905851.stable.out        15 Aug 2009 18:14:41 -0000      
1.16
@@ -79,7 +79,7 @@
 CREATE INDEX "allnewtriples_object_idx" ON "sys"."allnewtriples" ("object");
 CREATE INDEX "allnewtriples_predicate_idx" ON "sys"."allnewtriples" 
("predicate");
 CREATE INDEX "allnewtriples_subject_idx" ON "sys"."allnewtriples" ("subject");
-COPY 7 RECORDS INTO "sys"."allnewtriples" FROM stdin USING DELIMITERS '\t';
+COPY 7 RECORDS INTO "sys"."allnewtriples" FROM stdin USING DELIMITERS '\t', 
'\n', '"';
 1      1       1       1       false
 2      1       1       2       false
 3      1       2       1       false
@@ -93,7 +93,7 @@
        "predicate" int NOT NULL,
        "object" int NOT NULL
 );
-COPY 7 RECORDS INTO "sys"."foreign" FROM stdin USING DELIMITERS '\t';
+COPY 7 RECORDS INTO "sys"."foreign" FROM stdin USING DELIMITERS '\t', '\n', 
'"';
 1      1       1       1
 2      2       2       2
 3      1       2       2


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