Changeset: 161e1f7db6fb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=161e1f7db6fb
Modified Files:
        sql/test/testdb/Tests/testdb-dump.stable.out
        sql/test/testdb/Tests/testdb-dump.stable.out.Windows
Branch: geo
Log Message:

approved tests: sql/test/testdb


diffs (66 lines):

diff --git a/sql/test/testdb/Tests/testdb-dump.stable.out 
b/sql/test/testdb/Tests/testdb-dump.stable.out
--- a/sql/test/testdb/Tests/testdb-dump.stable.out
+++ b/sql/test/testdb/Tests/testdb-dump.stable.out
@@ -101258,18 +101258,18 @@ COPY 2 RECORDS INTO "testschema"."t4" FR
 41
 47
 CREATE TABLE "testschema"."geomtest" (
-       "p"   POINT,
-       "c"   CURVE,
-       "ls"  LINESTRING,
-       "s"   SURFACE,
-       "pg"  POLYGON,
-       "mp"  MULTIPOINT,
-       "mc"  MULTICURVE,
-       "mls" MULTILINESTRING,
-       "ms"  MULTISURFACE,
-       "mpg" MULTIPOLYGON,
+       "p"   GEOMETRY(4),
+       "c"   GEOMETRY(8),
+       "ls"  GEOMETRY(8),
+       "s"   GEOMETRY(16),
+       "pg"  GEOMETRY(16),
+       "mp"  GEOMETRY(20),
+       "mc"  GEOMETRY(24),
+       "mls" GEOMETRY(24),
+       "ms"  GEOMETRY(28),
+       "mpg" GEOMETRY(28),
        "g"   GEOMETRY,
-       "gc"  GEOMCOLLECTION,
+       "gc"  GEOMETRY(32),
        "m"   MBR
 );
 COPY 2 RECORDS INTO "testschema"."geomtest" FROM stdin USING DELIMITERS 
'\t','\n','"';
diff --git a/sql/test/testdb/Tests/testdb-dump.stable.out.Windows 
b/sql/test/testdb/Tests/testdb-dump.stable.out.Windows
--- a/sql/test/testdb/Tests/testdb-dump.stable.out.Windows
+++ b/sql/test/testdb/Tests/testdb-dump.stable.out.Windows
@@ -101258,18 +101258,18 @@ COPY 2 RECORDS INTO "testschema"."t4" FR
 41
 47
 CREATE TABLE "testschema"."geomtest" (
-       "p"   POINT,
-       "c"   CURVE,
-       "ls"  LINESTRING,
-       "s"   SURFACE,
-       "pg"  POLYGON,
-       "mp"  MULTIPOINT,
-       "mc"  MULTICURVE,
-       "mls" MULTILINESTRING,
-       "ms"  MULTISURFACE,
-       "mpg" MULTIPOLYGON,
+       "p"   GEOMETRY(4),
+       "c"   GEOMETRY(8),
+       "ls"  GEOMETRY(8),
+       "s"   GEOMETRY(16),
+       "pg"  GEOMETRY(16),
+       "mp"  GEOMETRY(20),
+       "mc"  GEOMETRY(24),
+       "mls" GEOMETRY(24),
+       "ms"  GEOMETRY(28),
+       "mpg" GEOMETRY(28),
        "g"   GEOMETRY,
-       "gc"  GEOMCOLLECTION,
+       "gc"  GEOMETRY(32),
        "m"   MBR
 );
 COPY 2 RECORDS INTO "testschema"."geomtest" FROM stdin USING DELIMITERS 
'\t','\n','"';
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to