Changeset: 1914358dfb76 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1914358dfb76 Modified Files: geom/BugTracker/Tests/copy_into_mbr.3492.stable.out Branch: geo Log Message:
copy_into_mbr.3492: fixed expected correct stable output diffs (40 lines): diff --git a/geom/BugTracker/Tests/copy_into_mbr.3492.stable.out b/geom/BugTracker/Tests/copy_into_mbr.3492.stable.out --- a/geom/BugTracker/Tests/copy_into_mbr.3492.stable.out +++ b/geom/BugTracker/Tests/copy_into_mbr.3492.stable.out @@ -30,6 +30,8 @@ Ready. # 15:46:48 > #CREATE TABLE geom (id INTEGER, g GEOMETRY, b MBR); +#INSERT INTO geom values (5, NULL, NULL); +[ 1 ] #INSERT INTO geom values (1, 'POLYGON((1 2, 3 2, 3 4, 1 4, 1 2))', NULL); [ 1 ] #INSERT INTO geom values (2, 'POLYGON((1 2, 3 2, 3 4, 1 4, 1 2))', 'BOX(1 2,3 4)'); @@ -47,6 +49,7 @@ Ready. [ 2, "POLYGON ((1 2, 3 2, 3 4, 1 4, 1 2))", "BOX (1 2, 3 4)" ] [ 3, "POLYGON ((1 2, 3 2, 3 4, 1 4, 1 2))", "BOX (1 2, 3 4)" ] [ 4, NULL, NULL ] +[ 5, NULL, NULL ] #UPDATE geom SET b = MBR(g); [ 4 ] #SELECT * FROM geom ORDER BY id; @@ -58,9 +61,10 @@ Ready. [ 2, "POLYGON ((1 2, 3 2, 3 4, 1 4, 1 2))", "BOX (1 2, 3 4)" ] [ 3, "POLYGON ((1 2, 3 2, 3 4, 1 4, 1 2))", "BOX (1 2, 3 4)" ] [ 4, NULL, NULL ] +[ 5, NULL, NULL ] #CREATE TABLE newgeom (id INTEGER, g GEOMETRY, b MBR); #INSERT INTO newgeom SELECT * FROM geom ORDER BY id; -[ 4 ] +[ 5 ] #SELECT * FROM newgeom ORDER BY id; % sys.newgeom, sys.newgeom, sys.newgeom # table_name % id, g, b # name @@ -70,6 +74,7 @@ Ready. [ 2, "POLYGON ((1 2, 3 2, 3 4, 1 4, 1 2))", "BOX (1 2, 3 4)" ] [ 3, "POLYGON ((1 2, 3 2, 3 4, 1 4, 1 2))", "BOX (1 2, 3 4)" ] [ 4, NULL, NULL ] +[ 5, NULL, NULL ] #DROP TABLE geom; #DROP TABLE newgeom; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list