Opened 4 years ago

#31252 new Bug

Oracle GIS doesn't support spatial indexes in Meta.indexes.

Reported by: Mariusz Felisiak Owned by: nobody
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: oracle, oragis, indexspatial Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Oracle GIS doesn't support spatial indexes in Meta.indexes, it raises an error:

django.db.utils.DatabaseError: ORA-02327: cannot create index on expression with datatype ADT

because INDEXTYPE IS MDSYS.SPATIAL_INDEX is missing in generated SQL.

Change History (0)

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