You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using MySQL or Postgres for DB backend, if a deadlock occurs, the exception raised is django.db.utils.OperationalError. However, using django-pyodbc-azure and SQL Server, the error is the base django.db.utils.Error.
For consistency can we raise OperationalError if a deadlock occurs (error code = '40001')?
The text was updated successfully, but these errors were encountered:
Using MySQL or Postgres for DB backend, if a deadlock occurs, the exception raised is django.db.utils.OperationalError. However, using django-pyodbc-azure and SQL Server, the error is the base django.db.utils.Error.
For consistency can we raise OperationalError if a deadlock occurs (error code = '40001')?
The text was updated successfully, but these errors were encountered: