#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 , 10 years ago
comment:2 by , 9 years ago
Severity: | Normal → Release blocker |
---|
comment:3 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 9 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Created #24688 for the remaining Oracle GIS test failures for 1.9.
Note:
See TracTickets
for help on using tickets.
Also #12400 is an issue that needs to be fixed to get the Oracle GIS tests running.