[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-03-17 16:34:32
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b7e151ac5cf5/ Changeset: b7e151ac5cf5 Branch: None User: zzzeek Date: 2015-03-17 16:32:33+00:00 Summary: - The "auto close" for :class:`.ResultProxy` is now a "soft" close. That is, after exhausing all rows using the fetch methods, the DBAPI cursor is released as before and the object may be safely discarded, but the fetch methods may continue to be called for which they will return an end-of-result object (None for fetchone, empty list for fetchmany and fetchall). Only if :meth:`.ResultProxy.close` is called explicitly will these methods raise the "result is closed" error. fixes #3330 fixes #3329 Affected #: 10 files https://bitbucket.org/zzzeek/sqlalchemy/commits/811c8204ca1c/ Changeset: 811c8204ca1c Branch: None User: zzzeek Date: 2015-03-17 16:34:10+00:00 Summary: - fix incorrect example 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. |