Changeset: cda294ed77d3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cda294ed77d3
Modified Files:
geom/sql/functions/Tests/ST_IsSimple.stable.out
Branch: Nov2019
Log Message:
Approved ST_IsSimple output.
Confirmed the output with PostGIS using geos 3.8.0
It was a library bug that was fixed on the latest version. Once all tests
machine upgrade to the latest version, it won't fail.
diffs (55 lines):
diff --git a/geom/sql/functions/Tests/ST_IsSimple.stable.out
b/geom/sql/functions/Tests/ST_IsSimple.stable.out
--- a/geom/sql/functions/Tests/ST_IsSimple.stable.out
+++ b/geom/sql/functions/Tests/ST_IsSimple.stable.out
@@ -28,7 +28,7 @@ stdout of test 'ST_IsSimple` in director
% L2 # name
% boolean # type
% 5 # length
-[ true ]
+[ false ]
#SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 1)'));
% .L2 # table_name
% L2 # name
@@ -39,18 +39,18 @@ stdout of test 'ST_IsSimple` in director
#insert into geo values(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))',
4326));
[ 1 ]
#select st_IsSimple(g) from geo;
-% sys.L2 # table_name
-% L2 # name
+% sys.L1 # table_name
+% L1 # name
% boolean # type
% 5 # length
-[ true ]
+[ false ]
#drop table geo;
#create table geo (g geometry(linestring, 4326));
#insert into geo values(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2
1)', 4326));
[ 1 ]
#select st_IsSimple(g) from geo;
-% sys.L2 # table_name
-% L2 # name
+% sys.L1 # table_name
+% L1 # name
% boolean # type
% 5 # length
[ false ]
@@ -61,15 +61,15 @@ stdout of test 'ST_IsSimple` in director
#insert into geo values (st_mpointfromtext('multipoint(10 10, 20 20, 10 5)',
4326));
[ 1 ]
#select st_isvalid(g) from geo;
-% sys.L2 # table_name
-% L2 # name
+% sys.L1 # table_name
+% L1 # name
% boolean # type
% 5 # length
[ true ]
[ true ]
#drop table geo;
#SELECT geom AS "GEOMETRY" FROM geometries WHERE id<11 AND ST_IsSimple(geom);
-% sys.L2 # table_name
+% sys.L1 # table_name
% GEOMETRY # name
% geometry # type
% 0 # length
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list