Opened 5 years ago

Closed 5 years ago

#30890 closed New feature (fixed)

Support relate spatial lookup on MariaDB 10.1+

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: GIS Version: dev
Severity: Normal Keywords:
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

MariaDB 10.1.2+ supports ST_Relate (see documentation) we should support this via __relate spatial lookup.

Note: Django 3.1 supports MariaDB 10.2 and higher.

Change History (4)

comment:1 by Carlton Gibson, 5 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 5 years ago

Has patch: set

comment:3 by Carlton Gibson, 5 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 3a8af298:

Fixed #30890 -- Added MariaDB support for the relate lookup.

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