python-cx_Oracle icon indicating copy to clipboard operation
python-cx_Oracle copied to clipboard

Deadlock error as explicit exception

Open ancc opened this issue 3 years ago • 2 comments

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: ...

ancc avatar May 17 '22 06:05 ancc