of disconnect errors for the pymssql driver, as this has been observed
to render a connection unusable.
fixes #3585
.. changelog::
:version: 1.0.10
+ .. change::
+ :tags: bug, mssql
+ :tickets: 3585
+ :versions: 1.1.0b1
+
+ Added the error "20006: Write to the server failed" to the list
+ of disconnect errors for the pymssql driver, as this has been observed
+ to render a connection unusable.
+
.. change::
:tags: bug, postgresql
:pullreq: github:216
"message 20003", # connection timeout
"Error 10054",
"Not connected to any MS SQL server",
- "Connection is closed"
+ "Connection is closed",
+ "message 20006", # Write to the server failed
):
if msg in str(e):
return True