Changeset: 6d00c933433f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d00c933433f Modified Files: geom/BugTracker/Tests/X_crash.SF-1971632.stable.err geom/sql/functions/Tests/ST_LineFromText.stable.err geom/sql/functions/Tests/ST_MLineFromText.stable.err geom/sql/functions/Tests/ST_MPointFromText.stable.err geom/sql/functions/Tests/ST_MPolygonFromText.stable.err geom/sql/functions/Tests/ST_PointFromText.stable.err geom/sql/functions/Tests/ST_PolygonFromText.stable.err geom/sql/functions/Tests/XYZ.stable.err Branch: Jun2016 Log Message:
Approve error output after sanitation of error handling. diffs (271 lines): diff --git a/geom/BugTracker/Tests/X_crash.SF-1971632.stable.err b/geom/BugTracker/Tests/X_crash.SF-1971632.stable.err --- a/geom/BugTracker/Tests/X_crash.SF-1971632.stable.err +++ b/geom/BugTracker/Tests/X_crash.SF-1971632.stable.err @@ -14,7 +14,7 @@ stderr of test 'X_crash.SF-1971632` in d MAPI = (monetdb) /var/tmp/mtest-16186/.s.monetdb.34816 QUERY = select ST_X(g) from geoms order by id; -ERROR = !MALException:geom.wkbGetCoordinate:Geometry "LINESTRING (10.0000000000000000 10.0000000000000000, 20.0000000000000000 20.0000000000000000, 30.0000000000000000 40.0000000000000000)" not a Point +ERROR = !Geometry "LINESTRING (10 10, 20 20, 30 40)" not a Point # 11:50:18 > diff --git a/geom/sql/functions/Tests/ST_LineFromText.stable.err b/geom/sql/functions/Tests/ST_LineFromText.stable.err --- a/geom/sql/functions/Tests/ST_LineFromText.stable.err +++ b/geom/sql/functions/Tests/ST_LineFromText.stable.err @@ -61,25 +61,25 @@ QUERY = insert into lines_tbl values (st ERROR = !Geometry not type '2: LINESTRING' but '1: POINT' instead MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=1; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '1: POINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '2: LINESTRING' but '1: POINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=3; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '4: POLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '2: LINESTRING' but '4: POLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=4; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '5: MULTIPOINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '2: LINESTRING' but '5: MULTIPOINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=5; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '6: MULTILINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '2: LINESTRING' but '6: MULTILINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=6; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '2: LINESTRING' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=7; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '2: LINESTRING' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_linefromtext(geom) from geometriesTxt WHERE id=8; -ERROR = !SQLException:wkb.FromText:Geometry not type '2: LINESTRING' but '8: GEOMETRYCOLLECTION' instead +ERROR = !Geometry not type '2: LINESTRING' but '8: GEOMETRYCOLLECTION' instead # 15:46:17 > # 15:46:17 > "Done." diff --git a/geom/sql/functions/Tests/ST_MLineFromText.stable.err b/geom/sql/functions/Tests/ST_MLineFromText.stable.err --- a/geom/sql/functions/Tests/ST_MLineFromText.stable.err +++ b/geom/sql/functions/Tests/ST_MLineFromText.stable.err @@ -61,25 +61,25 @@ QUERY = insert into lines_tbl values (st ERROR = !Geometry not type '6: MULTILINESTRING' but '1: POINT' instead MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=1; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '1: POINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '6: MULTILINESTRING' but '1: POINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=2; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '2: LINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '6: MULTILINESTRING' but '2: LINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=3; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '4: POLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '6: MULTILINESTRING' but '4: POLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=4; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '5: MULTIPOINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '6: MULTILINESTRING' but '5: MULTIPOINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=6; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '6: MULTILINESTRING' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=7; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '6: MULTILINESTRING' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mlinefromtext(geom) from geometriesTxt WHERE id=8; -ERROR = !SQLException:wkb.FromText:Geometry not type '6: MULTILINESTRING' but '8: GEOMETRYCOLLECTION' instead +ERROR = !Geometry not type '6: MULTILINESTRING' but '8: GEOMETRYCOLLECTION' instead # 15:46:19 > # 15:46:19 > "Done." diff --git a/geom/sql/functions/Tests/ST_MPointFromText.stable.err b/geom/sql/functions/Tests/ST_MPointFromText.stable.err --- a/geom/sql/functions/Tests/ST_MPointFromText.stable.err +++ b/geom/sql/functions/Tests/ST_MPointFromText.stable.err @@ -61,25 +61,25 @@ QUERY = insert into points_tbl values (s ERROR = !column needs geometry(22, 4326) and value is geometry(10, 4326) MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=1; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '1: POINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '5: MULTIPOINT' but '1: POINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=2; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '2: LINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '5: MULTIPOINT' but '2: LINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=3; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '4: POLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '5: MULTIPOINT' but '4: POLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=5; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '6: MULTILINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '5: MULTIPOINT' but '6: MULTILINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=6; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '5: MULTIPOINT' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=7; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '5: MULTIPOINT' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpointfromtext(geom) from geometriesTxt WHERE id=8; -ERROR = !SQLException:wkb.FromText:Geometry not type '5: MULTIPOINT' but '8: GEOMETRYCOLLECTION' instead +ERROR = !Geometry not type '5: MULTIPOINT' but '8: GEOMETRYCOLLECTION' instead # 15:46:18 > # 15:46:18 > "Done." diff --git a/geom/sql/functions/Tests/ST_MPolygonFromText.stable.err b/geom/sql/functions/Tests/ST_MPolygonFromText.stable.err --- a/geom/sql/functions/Tests/ST_MPolygonFromText.stable.err +++ b/geom/sql/functions/Tests/ST_MPolygonFromText.stable.err @@ -61,22 +61,22 @@ QUERY = insert into polygons_tbl values ERROR = !column needs geometry(30, 4326) and value is geometry(8, 4326) MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_mpolyfromtext(geom) from geometriesTxt WHERE id=1; -ERROR = !SQLException:wkb.FromText:Geometry not type '7: MULTIPOLYGON' but '1: POINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '7: MULTIPOLYGON' but '1: POINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpolyfromtext(geom) from geometriesTxt WHERE id=2; -ERROR = !SQLException:wkb.FromText:Geometry not type '7: MULTIPOLYGON' but '2: LINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '7: MULTIPOLYGON' but '2: LINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpolyfromtext(geom) from geometriesTxt WHERE id=3; -ERROR = !SQLException:wkb.FromText:Geometry not type '7: MULTIPOLYGON' but '4: POLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '7: MULTIPOLYGON' but '4: POLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpolyfromtext(geom) from geometriesTxt WHERE id=4; -ERROR = !SQLException:wkb.FromText:Geometry not type '7: MULTIPOLYGON' but '5: MULTIPOINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '7: MULTIPOLYGON' but '5: MULTIPOINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpolyfromtext(geom) from geometriesTxt WHERE id=5; -ERROR = !SQLException:wkb.FromText:Geometry not type '7: MULTIPOLYGON' but '6: MULTILINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '7: MULTIPOLYGON' but '6: MULTILINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_mpolyfromtext(geom) from geometriesTxt WHERE id=8; -ERROR = !SQLException:wkb.FromText:Geometry not type '7: MULTIPOLYGON' but '8: GEOMETRYCOLLECTION' instead +ERROR = !Geometry not type '7: MULTIPOLYGON' but '8: GEOMETRYCOLLECTION' instead # 15:46:19 > # 15:46:19 > "Done." diff --git a/geom/sql/functions/Tests/ST_PointFromText.stable.err b/geom/sql/functions/Tests/ST_PointFromText.stable.err --- a/geom/sql/functions/Tests/ST_PointFromText.stable.err +++ b/geom/sql/functions/Tests/ST_PointFromText.stable.err @@ -61,25 +61,25 @@ QUERY = insert into points_tbl values (s ERROR = !column needs geometry(6, 4326) and value is geometry(8, 4326) MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=2; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '2: LINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '1: POINT' but '2: LINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=3; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '4: POLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '1: POINT' but '4: POLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=4; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '5: MULTIPOINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '1: POINT' but '5: MULTIPOINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=5; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '6: MULTILINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '1: POINT' but '6: MULTILINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=6; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '1: POINT' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=7; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '1: POINT' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_pointfromtext(geom) from geometriesTxt WHERE id=8; -ERROR = !SQLException:wkb.FromText:Geometry not type '1: POINT' but '8: GEOMETRYCOLLECTION' instead +ERROR = !Geometry not type '1: POINT' but '8: GEOMETRYCOLLECTION' instead # 15:46:16 > # 15:46:16 > "Done." diff --git a/geom/sql/functions/Tests/ST_PolygonFromText.stable.err b/geom/sql/functions/Tests/ST_PolygonFromText.stable.err --- a/geom/sql/functions/Tests/ST_PolygonFromText.stable.err +++ b/geom/sql/functions/Tests/ST_PolygonFromText.stable.err @@ -61,25 +61,25 @@ QUERY = insert into polygons_tbl values ERROR = !column needs geometry(18, 4326) and value is geometry(10, 4326) MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=1; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '1: POINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '4: POLYGON' but '1: POINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=2; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '2: LINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '4: POLYGON' but '2: LINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=4; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '5: MULTIPOINT' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '4: POLYGON' but '5: MULTIPOINT' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=5; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '6: MULTILINESTRING' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '4: POLYGON' but '6: MULTILINESTRING' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=6; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '4: POLYGON' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=7; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '7: MULTIPOLYGON' instead -MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 +ERROR = !Geometry not type '4: POLYGON' but '7: MULTIPOLYGON' instead +MAPI = (monetdb) /var/tmp/mtest-22668/.s.monetdb.30723 QUERY = select st_polygonfromtext(geom) from geometriesTxt WHERE id=8; -ERROR = !SQLException:wkb.FromText:Geometry not type '4: POLYGON' but '8: GEOMETRYCOLLECTION' instead +ERROR = !Geometry not type '4: POLYGON' but '8: GEOMETRYCOLLECTION' instead # 15:46:17 > # 15:46:17 > "Done." diff --git a/geom/sql/functions/Tests/XYZ.stable.err b/geom/sql/functions/Tests/XYZ.stable.err --- a/geom/sql/functions/Tests/XYZ.stable.err +++ b/geom/sql/functions/Tests/XYZ.stable.err @@ -31,7 +31,7 @@ stderr of test 'XYZ` in directory 'geom/ MAPI = (monetdb) /var/tmp/mtest-30133/.s.monetdb.37873 QUERY = select st_x(g) as X, st_y(g) as Y, st_Z(g) as Z, g from geo; -ERROR = !MALException:geom.wkbGetCoordinate:Geometry "LINESTRING (10.0000000000000000 10.0000000000000000, 20.0000000000000000 20.0000000000000000, 30.0000000000000000 30.0000000000000000)" not a Point +ERROR = !Geometry "LINESTRING (10 10, 20 20, 30 30)" not a Point # 16:37:55 > # 16:37:55 > "Done." _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list