[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-21 14:05:08
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c2e300250324/ Changeset: c2e300250324 Branch: None User: zzzeek Date: 2015-04-21 14:04:02+00:00 Summary: - Added the string value ``"none"`` to those accepted by the :paramref:`.Pool.reset_on_return` parameter as a synonym for ``None``, so that string values can be used for all settings, allowing .ini file utilities like :func:`.engine_from_config` to be usable without issue. fixes #3375 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/384c885ed078/ Changeset: 384c885ed078 Branch: rel_0_9 User: zzzeek Date: 2015-04-21 14:04:48+00:00 Summary: - Added the string value ``"none"`` to those accepted by the :paramref:`.Pool.reset_on_return` parameter as a synonym for ``None``, so that string values can be used for all settings, allowing .ini file utilities like :func:`.engine_from_config` to be usable without issue. fixes #3375 (cherry picked from commit c2e3002503242331fc8f2b314e0d4f3c65de9d73) Affected #: 3 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. |