Opened 16 years ago

Closed 16 years ago

Last modified 13 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 by guneeyoufix, 16 years ago

Keywords: database oracle backend added

comment:2 by Malcolm Tredinnick, 16 years ago

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

comment:3 by Jacob, 16 years ago

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.

in reply to:  2 comment:4 by guneeyoufix, 16 years ago

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 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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