Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 10.1
-
Fix Version/s: 10.1.4
-
Component/s: GIS
-
Labels:
Description
10.1 revision 0105bf349a... |
MariaDB [test]> select ST_IsRing(ST_LineFromText('LINESTRING(0 0,0 10,10 10,0 0)')); |
+--------------------------------------------------------------+ |
| ST_IsRing(ST_LineFromText('LINESTRING(0 0,0 10,10 10,0 0)')) | |
+--------------------------------------------------------------+ |
| 0 |
|
+--------------------------------------------------------------+ |
PostgeSQL 9.4, PostGIS 2.1.5 |
pgis=# select ST_IsRing(ST_LineFromText('LINESTRING(0 0,0 10,10 10,0 0)')); |
st_isring
|
-----------
|
t
|
(1 row)
|
Attachments
Issue Links
- relates to
-
MDEV-7509 Testing for GIS extensions
-
- Closed
-