Opened 7 weeks ago

Closed 3 weeks ago

Last modified 3 weeks ago

#35803 closed New feature (fixed)

Add support for Collect, GeoHash, IsValid, and __coveredby lookup on MariaDB 11.7+

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: GIS Version: dev
Severity: Normal Keywords: mariadb
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Support for MBRCoveredBy, ST_GeoHash, ST_IsValid, ST_Collect was added in MariaDB 11.7.

Moreover, MySQL support MBRCoveredBy.

Change History (7)

comment:1 by Mariusz Felisiak, 7 weeks ago

comment:2 by Claude Paroz, 7 weeks ago

Triage Stage: UnreviewedAccepted

Thanks!

comment:3 by Sarah Boyce <42296566+sarahboyce@…>, 3 weeks ago

In ef28b057:

Refs #35803 -- Added more tests for coveredby and covers GIS lookups.

Co-authored-by: David Smith <smithdc@…>

comment:4 by Sarah Boyce, 3 weeks ago

Triage Stage: AcceptedReady for checkin

comment:5 by Sarah Boyce <42296566+sarahboyce@…>, 3 weeks ago

In 0b7edb9:

Refs #35803 -- Added support for coveredby GIS lookup on MySQL and MariaDB 11.7+.

comment:6 by Sarah Boyce <42296566+sarahboyce@…>, 3 weeks ago

Resolution: fixed
Status: assignedclosed

In c7757371:

Fixed #35803 -- Added support for Collect, GeoHash, and IsValid on MariaDB 11.7+.

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 3 weeks ago

In 5cf88dcc:

Refs #35803 -- Added support for covers GIS lookup on MySQL.

Note: See TracTickets for help on using tickets.
Back to Top