]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed small issue in :class:`.SingletonThreadPool` where the current
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Mar 2014 23:14:09 +0000 (18:14 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 5 Mar 2014 23:14:09 +0000 (18:14 -0500)
commit48b82aebc3cda2ae9638f0922eea646288b45c72
treee495aea01e556b9e92bc8cd86c394b06662b898c
parent5299352ccfbceb121fa2b2f2e6f9e222149e7d15
- Fixed small issue in :class:`.SingletonThreadPool` where the current
connection to be returned might get inadvertently cleaned out during
the "cleanup" process.  Patch courtesy jd23.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/pool.py