Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#24688 closed New feature (fixed)

Add Oracle support for new-style GIS functions

Reported by: Claude Paroz Owned by: Jani Tiainen
Component: GIS Version: dev
Severity: Release blocker Keywords: oracle
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

In #24214, GIS-specific QuerySet methods have been replaced by database functions, for all backends except the Oracle one.

Until now, nobody volunteered to do that part. We might drop the Oracle GIS support for 1.9 if noone is interested to maintain it.
Commits 44bdbbc316e4e0b2f5d8c7767d04924c9e00f2da (Spatialite) and 71e20814fcb5983bdc96a6b15765b8f6abd11542 (MySQL) are good starting point to evaluate the needed work.

Change History (7)

comment:1 by Tim Graham, 9 years ago

Also #12400 is an issue that needs to be fixed to get the Oracle GIS tests running.

comment:2 by Tim Graham, 9 years ago

Severity: NormalRelease blocker

comment:3 by Jani Tiainen, 9 years ago

Owner: changed from nobody to Jani Tiainen
Status: newassigned

comment:4 by Tim Graham, 9 years ago

Has patch: set

comment:5 by Tim Graham, 9 years ago

Triage Stage: AcceptedReady for checkin

Created #24688 for the remaining Oracle GIS test failures for 1.9.

comment:6 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In fcf494b4:

Fixed #24688 -- Added Oracle support for new-style GIS functions.

comment:7 by GitHub <noreply@…>, 7 years ago

In ad7f3c0:

Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't PostGIS specific.

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