]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where the session attachment error "object is already
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 21:51:35 +0000 (17:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Mar 2015 21:51:35 +0000 (17:51 -0400)
commit66fa5b50a53ebe234f19e23b7dfa6ff310969996
tree674ac8497eb469114ceef25d0709ef47def227da
parent95e53d0b6072510c7a687e3bcc92246d9b3d7181
- Fixed bug where the session attachment error "object is already
attached to session X" would fail to prevent the object from
also being attached to the new session, in the case that execution
continued after the error raise occurred.
fixes #3301
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/session.py
test/orm/test_session.py