]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a critical regression caused by :ticket:`2880` where the newly
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2014 15:48:32 +0000 (10:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Feb 2014 15:48:32 +0000 (10:48 -0500)
commitdd32540dabbee0678530fb1b0868d1eb41572dca
tree52f11b69d3639762d52c83c7482efb8a79f368d0
parent185938e7b7467a364fc8df5bee2597b4fee91bac
- Fixed a critical regression caused by :ticket:`2880` where the newly
concurrent ability to return connections from the pool means that the
"first_connect" event is now no longer synchronized either, thus leading
to dialect mis-configurations under even minimal concurrency situations.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/event/attr.py
test/engine/test_pool.py