]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add "The server failed to resume the transaction" to pymssql
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Sep 2024 15:22:36 +0000 (11:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Sep 2024 19:19:47 +0000 (15:19 -0400)
commitac5a27db854fe9f6fbad5b93130e4a9c19405f3a
treed03384e9f0e763e51f8e0f4028d60d84cba42486
parentf746fd78e303352d426a15c1f76ee835ce399d44
add "The server failed to resume the transaction" to pymssql

Added error "The server failed to resume the transaction" to the list of
error strings for the pymssql driver in determining a disconnect scenario,
as observed by one user using pymssql under otherwise unknown conditions as
leaving an unusable connection in the connection pool which fails to ping
cleanly.

Fixes: #11822
Change-Id: I1cf98046978b10775f19531878b597d32b056f13
doc/build/changelog/unreleased_20/11822.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/mssql/pymssql.py
test/dialect/mssql/test_engine.py