Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31751 closed Bug (fixed)

Add support for cx_Oracle 8

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: 3.0
Severity: Normal Keywords: Oracle
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Oracle back-end doesn't work with cx-Oracle==8.0.0, exceptions are caused by new Database types, see release notes.

Change History (6)

comment:2 by Carlton Gibson, 4 years ago

Triage Stage: UnreviewedAccepted

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

Last edited 4 years ago by Carlton Gibson (previous) (diff)

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

In fc2a3682:

[2.2.x] Refs #31751 -- Doc'd that cx_Oracle < 8 is required.

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

Resolution: fixed
Status: assignedclosed

In 615e3216:

Fixed #31751 -- Fixed database introspection with cx_Oracle 8.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 3b5e307b:

[3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.

Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 21e8f9f7:

[3.0.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.

Backport of 615e32162ff646db3456b90fb4eaaecc33dd3e4e from master

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