]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove terminated connections from the pool.
authorJohn Anderson <sontek@gmail.com>
Mon, 16 Dec 2013 20:50:10 +0000 (12:50 -0800)
committerJohn Anderson <sontek@gmail.com>
Mon, 16 Dec 2013 20:50:10 +0000 (12:50 -0800)
commit3147ca30401aad28868315c5e336f0afd3700993
tree54157fbea01c6fc70269e3278976577c7bbe5ed5
parent015e804c4889cac8a0423168ec7036fb5f42fea0
Remove terminated connections from the pool.

In pymssql, if you terminate a long running query manually
it will give you a connection reset by peer message, but this
connection remains in the pool and will be re-used.
lib/sqlalchemy/dialects/mssql/pymssql.py
test/dialect/mssql/test_engine.py