]> 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:51:57 +0000 (10:51 -0500)
commit4ac0558e11497553a4d0460111d8fbd667396a7f
tree3afb73caab0ccd2e883e68ff0e8b9f1cef949887
parentdf288504d9f38095eb658f3361f5e3a3038138b6
- 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.

Conflicts:
lib/sqlalchemy/event/attr.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/event.py
test/engine/test_pool.py