Changeset: 58d129aeb8ad for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=58d129aeb8ad Modified Files: geom/sql/functions/Tests/ST_AsEWKT.stable.out geom/sql/functions/Tests/ST_AsText.stable.out geom/sql/functions/Tests/ST_Boundary.stable.out geom/sql/functions/Tests/ST_Contains.stable.out geom/sql/functions/Tests/ST_CoordDim.stable.out geom/sql/functions/Tests/ST_Dimension.stable.out geom/sql/functions/Tests/ST_GeomFromText.stable.out geom/sql/functions/Tests/ST_GeometryN.stable.out geom/sql/functions/Tests/ST_GeometryType.stable.out geom/sql/functions/Tests/ST_IsClosed.stable.out geom/sql/functions/Tests/ST_IsEmpty.stable.out geom/sql/functions/Tests/ST_IsRing.stable.out geom/sql/functions/Tests/ST_IsSimple.stable.out geom/sql/functions/Tests/ST_IsValid.stable.out geom/sql/functions/Tests/ST_LineFromText.stable.out geom/sql/functions/Tests/ST_MLineFromText.stable.out geom/sql/functions/Tests/ST_MPointFromText.stable.out geom/sql/functions/Tests/ST_MPolygonFromText.stable.out geom/sql/functions/Tests/ST_MakeBox2D.stable.out geom/sql/functions/Tests/ST_MakePoint.stable.out geom/sql/functions/Tests/ST_NPoints.stable.out geom/sql/functions/Tests/ST_NRings.stable.out geom/sql/functions/Tests/ST_NumGeometries.stable.out geom/sql/functions/Tests/ST_NumInteriorRings.stable.out geom/sql/functions/Tests/ST_NumPoints.stable.out geom/sql/functions/Tests/ST_PointFromText.stable.out geom/sql/functions/Tests/ST_PolygonFromText.stable.out geom/sql/functions/Tests/XYZ.stable.out geom/sql/functions/Tests/XYZMinMax.stable.out Branch: sq2default Log Message:
approved new headers diffs (truncated from 1542 to 300 lines): diff --git a/geom/sql/functions/Tests/ST_AsEWKT.stable.out b/geom/sql/functions/Tests/ST_AsEWKT.stable.out --- a/geom/sql/functions/Tests/ST_AsEWKT.stable.out +++ b/geom/sql/functions/Tests/ST_AsEWKT.stable.out @@ -30,164 +30,164 @@ stdout of test 'ST_AsEWKT` in directory # 13:33:45 > #select st_asEWKT(st_pointfromtext('point(10 10)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 20 # length [ "SRID:0;POINT (10 10)" ] #select st_asEWKT(st_pointfromtext('point(20 20)', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 23 # length [ "SRID:4326;POINT (20 20)" ] #select st_asEWKT(st_pointfromtext('point(10 10 10)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 25 # length [ "SRID:0;POINT Z (10 10 10)" ] #select st_asEWKT(st_makepoint(10, 10)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 20 # length [ "SRID:0;POINT (10 10)" ] #select st_asEWKT(st_point(20, 20)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 20 # length [ "SRID:0;POINT (20 20)" ] #select st_asEWKT(st_makepoint(10, 10, 10)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 25 # length [ "SRID:0;POINT Z (10 10 10)" ] #select st_asEWKT(st_linefromtext('linestring(10 10, 20 20, 30 30)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 39 # length [ "SRID:0;LINESTRING (10 10, 20 20, 30 30)" ] #select st_asEWKT(st_linefromtext('linestring(20 20, 30 30, 40 40)', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 42 # length [ "SRID:4326;LINESTRING (20 20, 30 30, 40 40)" ] #select st_asEWKT(st_linefromtext('linestring(20 20 20, 30 30 30, 40 40 40)', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 53 # length [ "SRID:4326;LINESTRING Z (20 20 20, 30 30 30, 40 40 40)" ] #select st_asEWKT(st_polygonfromtext('polygon((10 10, 20 20, 30 30, 10 10))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 45 # length [ "SRID:0;POLYGON ((10 10, 20 20, 30 30, 10 10))" ] #select st_asEWKT(st_polygonfromtext('polygon((20 20, 30 30, 40 40, 20 20))', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 48 # length [ "SRID:4326;POLYGON ((20 20, 30 30, 40 40, 20 20))" ] #select st_asEWKT(st_polygonfromtext('polygon((10 10 10, 20 20 20, 30 30 30, 10 10 10))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 59 # length [ "SRID:0;POLYGON Z ((10 10 10, 20 20 20, 30 30 30, 10 10 10))" ] #select st_asEWKT(st_mpointfromtext('multipoint(10 10, 20 20)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 32 # length [ "SRID:0;MULTIPOINT (10 10, 20 20)" ] #select st_asEWKT(st_mpointfromtext('multipoint(20 20, 30 30)', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 35 # length [ "SRID:4326;MULTIPOINT (20 20, 30 30)" ] #select st_asEWKT(st_mpointfromtext('multipoint(20 20 20, 30 30 30)', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 43 # length [ "SRID:4326;MULTIPOINT Z (20 20 20, 30 30 30)" ] #select st_asEWKT(st_mlinefromtext('multilinestring((10 10, 20 20, 30 30), (40 40, 50 50, 60 60))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 69 # length [ "SRID:0;MULTILINESTRING ((10 10, 20 20, 30 30), (40 40, 50 50, 60 60))" ] #select st_asEWKT(st_mlinefromtext('multilinestring((20 20, 30 30, 40 40), (50 50, 60 60, 70 70))', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 72 # length [ "SRID:4326;MULTILINESTRING ((20 20, 30 30, 40 40), (50 50, 60 60, 70 70))" ] #select st_asEWKT(st_mlinefromtext('multilinestring((20 20 20, 30 30 30, 40 40 40), (50 50 50, 60 60 60, 70 70 70))', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 92 # length [ "SRID:4326;MULTILINESTRING Z ((20 20 20, 30 30 30, 40 40 40), (50 50 50, 60 60 60, 70 70 70))" ] #select st_asEWKT(st_mpolyfromtext('multipolygon(((10 10, 20 20, 30 30, 10 10),(100 100, 200 200, 300 300, 100 100)))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 90 # length [ "SRID:0;MULTIPOLYGON (((10 10, 20 20, 30 30, 10 10), (100 100, 200 200, 300 300, 100 100)))" ] #select st_asEWKT(st_mpolyfromtext('multipolygon(((20 20, 30 30, 40 40, 20 20),(200 200, 300 300, 400 400, 200 200)))', 4326)); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 93 # length [ "SRID:4326;MULTIPOLYGON (((20 20, 30 30, 40 40, 20 20), (200 200, 300 300, 400 400, 200 200)))" ] #select st_asEWKT(st_mpolyfromtext('multipolygon(((10 10 10, 20 20 20, 30 30 30, 10 10 10),(100 100 100, 200 200 200, 300 300 300, 100 100 100)))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 120 # length [ "SRID:0;MULTIPOLYGON Z (((10 10 10, 20 20 20, 30 30 30, 10 10 10), (100 100 100, 200 200 200, 300 300 300, 100 100 100)))" ] #select st_asEWKT(st_geomfromtext('point(10 10)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 20 # length [ "SRID:0;POINT (10 10)" ] #select st_asEWKT(st_geomfromtext('linestring(10 10, 20 20, 30 30)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 39 # length [ "SRID:0;LINESTRING (10 10, 20 20, 30 30)" ] #select st_asEWKT(st_geomfromtext('polygon((10 10, 20 20, 30 30, 10 10))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 45 # length [ "SRID:0;POLYGON ((10 10, 20 20, 30 30, 10 10))" ] #select st_asEWKT(st_geomfromtext('multipoint(10 10, 20 20)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 32 # length [ "SRID:0;MULTIPOINT (10 10, 20 20)" ] #select st_asEWKT(st_geomfromtext('multilinestring((10 10, 20 20, 30 30), (40 40, 50 50, 60 60))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 69 # length [ "SRID:0;MULTILINESTRING ((10 10, 20 20, 30 30), (40 40, 50 50, 60 60))" ] #select st_asEWKT(st_geomfromtext('multipolygon(((10 10, 20 20, 30 30, 10 10),(100 100, 200 200, 300 300, 100 100)))')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type % 90 # length [ "SRID:0;MULTIPOLYGON (((10 10, 20 20, 30 30, 10 10), (100 100, 200 200, 300 300, 100 100)))" ] @@ -195,8 +195,8 @@ stdout of test 'ST_AsEWKT` in directory #insert into points_tbl values (st_pointfromtext('point(10 10)')); [ 1 ] #select st_asEWKT(g) from points_tbl; -% sys.L2 # table_name -% L2 # name +% sys.L1 # table_name +% L1 # name % clob # type % 20 # length [ "SRID:0;POINT (10 10)" ] @@ -205,8 +205,8 @@ stdout of test 'ST_AsEWKT` in directory #insert into lines_tbl values (st_linefromtext('linestring(10 10, 20 20, 30 30)')); [ 1 ] #select st_asEWKT(g) from lines_tbl; -% sys.L2 # table_name -% L2 # name +% sys.L1 # table_name +% L1 # name % clob # type % 39 # length [ "SRID:0;LINESTRING (10 10, 20 20, 30 30)" ] @@ -215,8 +215,8 @@ stdout of test 'ST_AsEWKT` in directory #insert into polygons_tbl values (st_polygonfromtext('polygon((10 10, 20 20, 30 30, 10 10))')); [ 1 ] #select st_asEWKT(g) from polygons_tbl; -% sys.L2 # table_name -% L2 # name +% sys.L1 # table_name +% L1 # name % clob # type % 45 # length [ "SRID:0;POLYGON ((10 10, 20 20, 30 30, 10 10))" ] @@ -225,8 +225,8 @@ stdout of test 'ST_AsEWKT` in directory #insert into points_tbl values (st_pointfromtext('point(10 10 10)')); [ 1 ] #select st_asEWKT(g) from points_tbl; -% sys.L2 # table_name -% L2 # name +% sys.L1 # table_name +% L1 # name % clob # type % 25 # length [ "SRID:0;POINT Z (10 10 10)" ] @@ -235,8 +235,8 @@ stdout of test 'ST_AsEWKT` in directory #insert into lines_tbl values (st_linefromtext('linestring(10 10 10, 20 20 20, 30 30 30)')); [ 1 ] #select st_asEWKT(g) from lines_tbl; -% sys.L2 # table_name -% L2 # name +% sys.L1 # table_name +% L1 # name % clob # type % 50 # length [ "SRID:0;LINESTRING Z (10 10 10, 20 20 20, 30 30 30)" ] @@ -245,8 +245,8 @@ stdout of test 'ST_AsEWKT` in directory #insert into polygons_tbl values (st_polygonfromtext('polygon((10 10 10, 20 20 20, 30 30 30, 10 10 10))')); [ 1 ] #select st_asEWKT(g) from polygons_tbl; -% sys.L2 # table_name -% L2 # name +% sys.L1 # table_name +% L1 # name % clob # type % 59 # length [ "SRID:0;POLYGON Z ((10 10 10, 20 20 20, 30 30 30, 10 10 10))" ] diff --git a/geom/sql/functions/Tests/ST_AsText.stable.out b/geom/sql/functions/Tests/ST_AsText.stable.out --- a/geom/sql/functions/Tests/ST_AsText.stable.out +++ b/geom/sql/functions/Tests/ST_AsText.stable.out @@ -56,164 +56,164 @@ stdout of test 'ST_AsText` in directory # 15:21:06 > #select st_astext(st_pointfromtext('point(10 10)')); -% .L2 # table_name -% L2 # name +% .L1 # table_name +% L1 # name % clob # type _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list