Replies: 1 comment
-
The entire transaction was aborted, so you'll need to rerun execute. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On a SQL Server, sometimes a SELECT query completes successfully by cursor.execute() but gets deadlocked and killed at cursor.fetchall():
Exception:
What would be a proper way to recover there - re-run cursor.fetchall() or re-run cursor.execute() followed by cursor.fetchall()?
Beta Was this translation helpful? Give feedback.
All reactions