[Sqlalchemy-commits] commit/sqlalchemy: 6 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-12-27 16:15:20
|
6 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/3147ca30401a/ Changeset: 3147ca30401a Branch: None User: sontek Date: 2013-12-16 21:50:10 Summary: 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. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/69876ada92c8/ Changeset: 69876ada92c8 Branch: None User: zzzeek Date: 2013-12-27 17:12:05 Summary: Merge pull request #51 from sontek/pymssql_handle_terminated_connection Remove terminated connections from the pool. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c837dc485eb0/ Changeset: c837dc485eb0 Branch: master User: zzzeek Date: 2013-12-27 17:13:41 Summary: changelog, will merge to 0.8 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/ff47daf23389/ Changeset: ff47daf23389 Branch: rel_0_9 User: zzzeek Date: 2013-12-27 17:13:50 Summary: Merge branch 'master' into rel_0_9 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4211207abfd9/ Changeset: 4211207abfd9 Branch: None User: sontek Date: 2013-12-27 17:14:21 Summary: 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. Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/351d0b6f21cb/ Changeset: 351d0b6f21cb Branch: rel_0_8 User: zzzeek Date: 2013-12-27 17:14:31 Summary: changelog, will merge to 0.8 Affected #: 1 file Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |