Opened 4 years ago
Closed 4 years ago
#983 closed defect (fixed)
Spatial filters may not work in MySQL 8.0
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | MySQL Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
For MySQL 8.0, the geometry used for spatial filter testing must have coordinates in the correct axis orientation if the CRS is geographic.
The current MySQL provider is not aware of this new fact and spatial queries on tables with geographic CRSs (eg. srid=4326) will fail as a result.
Attachments (1)
Change History (2)
by , 4 years ago
comment:1 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In 8017: