FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Deadlock error as explicit exception · Issue #626 · oracle/python-cx_Oracle · GitHub

Deadlock error as explicit exception #626

Description

Is it possible to add deadlock exception as similarly there's IntegrityError?

Then it's simple to catch it and retry the operation.
try:
...
except cx_Oracle.DeadlockError:
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL