Bug #72969 | Data type combo box in Export Data dialog showing 2 non-working spatial types | ||
---|---|---|---|
Submitted: | 12 Jun 2014 1:09 | Modified: | 30 Jun 2014 22:42 |
Reporter: | Javier Treviño | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL for Windows: MySQL for Excel | Severity: | S3 (Non-critical) |
Version: | 1.3.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[12 Jun 2014 1:09]
Javier Treviño
[12 Jun 2014 1:13]
Javier Treviño
Posted by developer: On hold, verifying with the MySQL Server Spatial team to see if the Line and LinearRing types are not supported.
[12 Jun 2014 23:42]
Javier Treviño
Posted by developer: According to the MySQL Spatial team: Line is LOGICAL/THEORETICAL subclass of a LineString mentioned in the OGC standard. The LinearRing concept is used in SFA-CA to construct polygons. Line is a name for a linear segment and may be represented as a LineString containing 2 points. LinearRing is a simple LineString where the first and the last Point are equal. Line and LineaRing are not a part of the SFA-SQL nor SQL/MM-Spatial standards, thus not implemented in the MySQL Server.
[13 Jun 2014 15:14]
Javier Treviño
Posted by developer: Removed the Line and LinearRing types from the list of valid data types supported by the MySQL server, meaning the types do not appear anymore in the Data Type combo box located in the Export Data form and are not treated as valid if typed-in by the user.
[30 Jun 2014 22:42]
Philip Olson
Fixed as of the upcoming MySQL for Excel 1.3.1 release, and here's the changelog entry: "Line" and "LinearRing" were removed from the list of valid data types, so they no longer appear in the "Data Export" data type form. Thank you for the bug report.