[Django] #31751: Add support for cx_Oracle 8

8 views
Skip to first unread message

Django

unread,
Jun 29, 2020, 3:19:58 PM6/29/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: assigned
Component: Database | Version: 3.0
layer (models, ORM) |
Severity: Normal | Keywords: Oracle
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
The Oracle back-end doesn't work with `cx-Oracle==8.0.0`, exceptions are
caused by new [https://cx-
oracle.readthedocs.io/en/latest/api_manual/module.html#database-types
Database types], see [https://cx-
oracle.readthedocs.io/en/latest/user_guide/installation.html#upgrading-
from-older-versions release notes].

--
Ticket URL: <https://code.djangoproject.com/ticket/31751>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jun 29, 2020, 5:08:16 PM6/29/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: assigned
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution:
Keywords: Oracle | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by felixxm):

* has_patch: 0 => 1


Comment:

[https://github.com/django/django/pull/13122 PR]
[https://github.com/django/django/pull/13123 PR with docs change for
Django 2.2]

--
Ticket URL: <https://code.djangoproject.com/ticket/31751#comment:1>

Django

unread,
Jun 30, 2020, 3:22:42 AM6/30/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: assigned
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution:
Keywords: Oracle | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):

* stage: Unreviewed => Accepted


Comment:

OK, yes. Given that 3.0 is still in mainstream support we should backport
for that.

--
Ticket URL: <https://code.djangoproject.com/ticket/31751#comment:2>

Django

unread,
Jun 30, 2020, 3:48:02 AM6/30/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: assigned
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution:
Keywords: Oracle | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by GitHub <noreply@…>):

In [changeset:"fc2a3682f64e735321c5db85535a84207060e3da" fc2a3682]:
{{{
#!CommitTicketReference repository=""
revision="fc2a3682f64e735321c5db85535a84207060e3da"
[2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/31751#comment:3>

Django

unread,
Jun 30, 2020, 3:50:28 AM6/30/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: closed

Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution: fixed

Keywords: Oracle | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by GitHub <noreply@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"615e32162ff646db3456b90fb4eaaecc33dd3e4e" 615e3216]:
{{{
#!CommitTicketReference repository=""
revision="615e32162ff646db3456b90fb4eaaecc33dd3e4e"
Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/31751#comment:4>

Django

unread,
Jun 30, 2020, 3:55:19 AM6/30/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: closed
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: Oracle | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"3b5e307bbc5eb8a88af6204b40aa224516260196" 3b5e307b]:
{{{
#!CommitTicketReference repository=""
revision="3b5e307bbc5eb8a88af6204b40aa224516260196"
[3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.

Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/31751#comment:5>

Django

unread,
Jun 30, 2020, 3:58:02 AM6/30/20
to django-...@googlegroups.com
#31751: Add support for cx_Oracle 8
-------------------------------------+-------------------------------------
Reporter: felixxm | Owner: felixxm
Type: Bug | Status: closed
Component: Database layer | Version: 3.0
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: Oracle | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak <felisiak.mariusz@…>):

In [changeset:"21e8f9f7c96c97e42a301e53acbfd6cb6f1a7227" 21e8f9f7]:
{{{
#!CommitTicketReference repository=""
revision="21e8f9f7c96c97e42a301e53acbfd6cb6f1a7227"
[3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.

Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/31751#comment:6>

Reply all
Reply to author
Forward
0 new messages