summaryrefslogtreecommitdiff
path: root/django/contrib/gis/db/backends/oracle/schema.py
AgeCommit message (Expand)Author
2024-09-19Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed o...Mariusz Felisiak
2024-09-10Refs #35074 -- Added _create_spatial_index_sql()/_delete_spatial_index_sql() ...Mariusz Felisiak
2024-07-29Refs #35074 -- Simplified and unified adding spatial indexes on MySQL and Ora...Mariusz Felisiak
2024-01-05Simplified dropping spatial indexes on MySQL and Oracle.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-11-30Fixed #33047 -- Fixed CheckConstraint crash with GIS lookups on PostGIS and M...Claude Paroz
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-12-30Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...Andrew Nester
2014-09-25Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham