Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1(EOL)
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