Opened 15 years ago

Closed 15 years ago

Last modified 12 years ago

#8606 closed (worksforme)

Attribute error in Exception handling - Oracle backend

Reported by: guneeyoufix Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords: attribute, excpetion, message, database, oracle, backend
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There is an error with the Oracle backend. Here is the trackback: http://dpaste.com/74192/
It works if 'message' is replaced by args[0], but there is probably a more elegant way to do it.
Last thing: I'm running Python 2.3, with no possibility to use a newer version.

Change History (5)

comment:1 Changed 15 years ago by guneeyoufix

Keywords: database oracle backend added

comment:2 Changed 15 years ago by Malcolm Tredinnick

What version of cx_Oracle are you using? That's where the problem is originating.

comment:3 Changed 15 years ago by Jacob

Resolution: worksforme
Status: newclosed

This is almost certainly an outdated version of cx_Oracle. Please check your version, asking django-users or in #django if you need help. If you can track this down to a bug that actually exists in Django, please feel free to reopen.

comment:4 in reply to:  2 Changed 15 years ago by guneeyoufix

Replying to mtredinnick:

What version of cx_Oracle are you using? That's where the problem is originating.

I'm using the 4.2.1-1 version of the package.

comment:5 Changed 12 years ago by Jacob

milestone: 1.0

Milestone 1.0 deleted

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