]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added the string value ``"none"`` to those accepted by the
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Apr 2015 14:04:02 +0000 (10:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Apr 2015 14:04:48 +0000 (10:04 -0400)
commit384c885ed078d400568bbae6299336d6ff66c149
tree078b51dbe312047dc62bf02e5de805520d7234a4
parent07138a9a5b606e68244ebb0496057f598e522438
- 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)
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/pool.py
test/engine/test_parseconnect.py