]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where internal assertion would fail in the case where
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Feb 2015 05:01:19 +0000 (00:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Feb 2015 05:01:19 +0000 (00:01 -0500)
commitad66266d3d275a6129e3270eaacdad171bc10817
treea2695e01e62f14defbd2af85230a844da628fdf9
parent140e8254a23c03f14d3f973e2ad3b197723007f8
- Fixed bug where internal assertion would fail in the case where
an ``after_rollback()`` handler for a :class:`.Session` incorrectly
adds state to that :class:`.Session` within the handler, and the task
to warn and remove this state (established by :ticket:`2389`) attempts
to proceed.
fixes #3309
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/session.py
test/orm/test_transaction.py