Django

Code

Ticket #8606 (closed: worksforme)

Opened 2 years ago

Last modified 2 years ago

Attribute error in Exception handling - Oracle backend

Reported by: guneeyoufix Assigned to: nobody
Milestone: 1.0 Component: Database layer (models, ORM)
Version: SVN Keywords: attribute,excpetion,message,database,oracle,backend
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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.

Attachments

Change History

08/27/08 08:13:42 changed by guneeyoufix

  • keywords changed from attribute,excpetion,message to attribute,excpetion,message,database,oracle,backend.
  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

(follow-up: ↓ 4 ) 08/27/08 12:06:09 changed by mtredinnick

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

08/27/08 14:22:49 changed by jacob

  • status changed from new to closed.
  • resolution set to worksforme.

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 ) 08/29/08 07:26:24 changed 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.


Add/Change #8606 (Attribute error in Exception handling - Oracle backend)




Change Properties
Action