Opened 10 years ago

Closed 10 years ago

#23145 closed Cleanup/optimization (fixed)

Drop support for Oracle < 11.1

Reported by: Tim Graham Owned by: Tim Graham
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: oracle
Cc: Shai Berger Triage Stage: Accepted
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 periods was reached in July 2010 for Oracle 9.2, January 2012 for Oracle 10.1, and July 2013 for Oracle 10.2. As a consequence, Django 1.8 may set 11.1 as the minimum Oracle version it officially supports.

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

Change History (3)

comment:1 by Tim Graham, 10 years ago

Cc: Shai Berger added
Has patch: set
Keywords: oracle added

comment:2 by Shai Berger, 10 years ago

Left a comment, otherwise LGTM.

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

Resolution: fixed
Status: newclosed

In 8f9d6e83a005901bc2a368a28017ee52a8c081f8:

Fixed #23145 -- Dropped support for Oracle < 11.1

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