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

Modified Files:
        mclient-lsql-D.stable.out 
Log Message:
mclient -lsql -D is equal to msqldump, and hence should return schema + data, 
like the test output for me does

U mclient-lsql-D.stable.out
Index: mclient-lsql-D.stable.out
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/mclient-lsql-D.stable.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mclient-lsql-D.stable.out   10 Jun 2009 15:41:05 -0000      1.2
+++ mclient-lsql-D.stable.out   24 Sep 2009 09:15:53 -0000      1.3
@@ -32,6 +32,111156 @@
 
 START TRANSACTION;
 SET SCHEMA "sys";
+CREATE TABLE "sys"."databasetest1" (
+       "float1" double
+);
+CREATE TABLE "sys"."i0" (
+       "a" int
+);
+COPY 1 RECORDS INTO "sys"."i0" FROM stdin USING DELIMITERS '\t','\n','"';
[...111126 lines suppressed...]
+1
+1
+1
+1
+1
+CREATE TABLE "sys"."i6" (
+       "a" int
+);
+CREATE TABLE "sys"."i7" (
+       "a" int
+);
+CREATE TABLE "sys"."i8" (
+       "a" int
+);
+CREATE TABLE "sys"."n8" (
+       "a" decimal(14,2)
+);
 CREATE TABLE "sys"."table_a" (
        "table_a_id" int NOT NULL,
        "value_a" int NOT NULL,


------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to