[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-07-04 17:27:24
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f390639bf1a7/ Changeset: f390639bf1a7 Branch: master User: zzzeek Date: 2013-07-04 19:18:00 Summary: Fixed bug where :class:`.QueuePool` would lose the correct checked out count if an existing pooled connection failed to reconnect after an invalidate or recycle event. Also in 0.8.3. [ticket:2772] Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/4a9d88b1cf1b/ Changeset: 4a9d88b1cf1b Branch: rel_0_8 User: zzzeek Date: 2013-07-04 19:25:40 Summary: - take advantage of 0.9's pool redesign a bit, adding _ConnectionRecord.checkin() so that this functionality is encapsulated; is now called from two different locations for [ticket:2772]. - Fixed bug where :class:`.QueuePool` would lose the correct checked out count if an existing pooled connection failed to reconnect after an invalidate or recycle event. [ticket:2772] Affected #: 4 files 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. |