Update of /cvsroot/monetdb/sql/src/test/bugs/Tests
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4782/src/test/bugs/Tests
Modified Files:
order_limit_offset_bug.sql
Log Message:
only pass quote to SQLload_file if user passed one.
U order_limit_offset_bug.sql
Index: order_limit_offset_bug.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/bugs/Tests/order_limit_offset_bug.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- order_limit_offset_bug.sql 11 Jun 2008 21:38:24 -0000 1.2
+++ order_limit_offset_bug.sql 15 Aug 2009 18:14:41 -0000 1.3
@@ -6,7 +6,7 @@
"course_id" int NOT NULL,
CONSTRAINT "entrants_id_pkey" PRIMARY KEY ("id")
);
-COPY 3 RECORDS INTO "entrants" FROM stdin USING DELIMITERS '\t';
+COPY 3 RECORDS INTO "entrants" FROM stdin USING DELIMITERS '\t', '\n', '"';
3 "Java Lover" 2
2 "Ruby Guru" 1
1 "Ruby Developer" 1
@@ -27,7 +27,7 @@
"updated_at" timestamp(7),
CONSTRAINT "developers_id_pkey" PRIMARY KEY ("id")
);
-COPY 11 RECORDS INTO "developers" FROM stdin USING DELIMITERS '\t';
+COPY 11 RECORDS INTO "developers" FROM stdin USING DELIMITERS '\t', '\n', '"';
5 "fixture_5" 100000 2008-06-10 19:13:40.000000 2008-06-10
19:13:40.000000
6 "fixture_6" 100000 2008-06-10 19:13:40.000000 2008-06-10
19:13:40.000000
7 "fixture_7" 100000 2008-06-10 19:13:40.000000 2008-06-10
19:13:40.000000
------------------------------------------------------------------------------
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