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

Modified Files:
        dump.stable.out 
Log Message:
approve space change

U dump.stable.out
Index: dump.stable.out
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Dump/Tests/dump.stable.out,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dump.stable.out     15 Aug 2009 18:14:41 -0000      1.4
+++ dump.stable.out     7 Oct 2009 11:02:26 -0000       1.5
@@ -32,7 +32,7 @@
        "id" int,
        "i" smallint DEFAULT next value for "sys"."test_seq"
 );
-COPY 5 RECORDS INTO "sys"."test" FROM stdin USING DELIMITERS '\t', '\n', '"';
+COPY 5 RECORDS INTO "sys"."test" FROM stdin USING DELIMITERS '\t','\n','"';
 0      7
 1      10
 2      5
@@ -83,21 +83,21 @@
        "varchar100" varchar(100),
        "character10" char(10)
 );
-COPY 1 RECORDS INTO "sys"."typestest" FROM stdin USING DELIMITERS '\t', '\n', 
'"';
-true   10      10000   1000000 1000000 10000000000     1e+30   1.00000002e+20  
1       123456789       12345.678       3.1415000000000002      3.1415  3.1415  
2009-04-15      24      18      3       1728000 108000  120000  100000  36000   
6000    2000    600     100     10      1995-07-15 07:30:00.000000      
1995-07-15 07:30:00.00000       1995-07-15 07:30:00.000000+00:00        
1995-07-15 07:30:00.00000+00:00 07:30:00        07:30:00.00000  07:30:00+00:00  
07:30:00.00000+00:00    123456  123456  123456  123456  "x"     "varchar"       
"0123456789"
+COPY 1 RECORDS INTO "sys"."typestest" FROM stdin USING DELIMITERS 
'\t','\n','"';
+true   10      10000   1000000 1000000 10000000000     1e+30   1.00000002e+20  
1       123456789       12345.678       3.1415000000000002      3.1415  3.1415  
2009-04-15      24      18      3       1728000 108000  120000  100000  36000   
6000    2000    600     100     10      1995-07-15 07:30:00.000000      
1995-07-15 07:30:00.00000       1995-07-15 07:30:00.000000+00:00        
1995-07-15 07:30:00.00000+00:00 07:30:00        07:30:00.00000  07:30:00+00:00  
07:30:00.00000+00:00    123456  123456  "123456"        "123456"        "x"     
"varchar"       "0123456789"
 CREATE TABLE "sys"."keytest1" (
        "key1" int NOT NULL,
        "key2" int NOT NULL,
        CONSTRAINT "keytest1_key1_key2_pkey" PRIMARY KEY ("key1", "key2")
 );
-COPY 2 RECORDS INTO "sys"."keytest1" FROM stdin USING DELIMITERS '\t', '\n', 
'"';
+COPY 2 RECORDS INTO "sys"."keytest1" FROM stdin USING DELIMITERS '\t','\n','"';
 0      0
 0      1
 CREATE TABLE "sys"."keytest2" (
        "key1" int,
        "key2" int
 );
-COPY 2 RECORDS INTO "sys"."keytest2" FROM stdin USING DELIMITERS '\t', '\n', 
'"';
+COPY 2 RECORDS INTO "sys"."keytest2" FROM stdin USING DELIMITERS '\t','\n','"';
 0      0
 0      1
 SET SCHEMA "sys";


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to