Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23537 closed Bug (fixed)

Oracle GIS backend missing SchemaEditor

Reported by: Tim Graham Owned by: nobody
Component: GIS Version: 1.7
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I think this results in missing indexes and metadata for GIS fields.

There is one test failure that will be fixed by this:

======================================================================
FAIL: test_add_gis_field (django.contrib.gis.tests.gis_migrations.test_operations.OperationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/tim/code/django/django/contrib/gis/tests/gis_migrations/test_operations.py", line 77, in test_add_gis_field
    2
AssertionError: 0 != 2

Change History (2)

comment:1 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In a8f07530a74839d20f1f2fb2cc7f5b8ef2215782:

Fixed #23537 -- Added Oracle GIS SchemaEditor.

Thanks Shai Berger for review.

comment:2 by Tim Graham <timograham@…>, 10 years ago

In 9d7a4ea20510a2e35fdeac21d67f3f4c17634c25:

[1.7.x] Fixed #23537 -- Added Oracle GIS SchemaEditor.

Thanks Shai Berger for review.

Backport of a8f07530a7 from master

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