[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-12-13 01:00:31
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/cf7981f60d48/ Changeset: cf7981f60d48 Branch: None User: zzzeek Date: 2014-12-13 00:59:11+00:00 Summary: - Added new method :meth:`.Session.invalidate`, functions similarly to :meth:`.Session.close`, except also calls :meth:`.Connection.invalidate` on all connections, guaranteeing that they will not be returned to the connection pool. This is useful in situations e.g. dealing with gevent timeouts when it is not safe to use the connection further, even for rollbacks. references #3258 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/c7de21b92cc0/ Changeset: c7de21b92cc0 Branch: rel_0_9 User: zzzeek Date: 2014-12-13 01:00:14+00:00 Summary: - Added new method :meth:`.Session.invalidate`, functions similarly to :meth:`.Session.close`, except also calls :meth:`.Connection.invalidate` on all connections, guaranteeing that they will not be returned to the connection pool. This is useful in situations e.g. dealing with gevent timeouts when it is not safe to use the connection further, even for rollbacks. references #3258 (cherry picked from commit cf7981f60d485f17465f44c6ff651ae283ade377) 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. |