Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#27788 closed Cleanup/optimization (fixed)

Drop support for Oracle < 12.1

Reported by: Tim Graham Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
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

The end of upstream support for Oracle 11.2 is Dec. 2020. Django 1.11 will be supported until April 2020 which almost reaches Oracle's Dec 2020 EOL date. We have no easy way for testing Oracle 11 which makes providing official support difficult.

mailing list thread: ​https://groups.google.com/d/topic/django-developers/IawbBWzPXaA/discussion

Change History (6)

comment:1 by Tim Graham, 7 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 7 years ago

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: newclosed

In 0de0699:

Fixed #27788 -- Dropped support for Oracle < 12.1.

comment:4 by Tim Graham <timograham@…>, 7 years ago

In 6f913c0:

Refs #27788 -- Removed Oracle 11 workarounds in GIS tests.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In d90936f:

Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.

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

In dda37675:

[2.0.x] Refs #27788 -- Corrected minimum supported Oracle version in GIS docs.

Backport of d90936f41a2d7a3361e51fc49be033ba0f05f458 from master

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