diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 17:51:35 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 17:51:35 -0400 |
| commit | 66fa5b50a53ebe234f19e23b7dfa6ff310969996 (patch) | |
| tree | 674ac8497eb469114ceef25d0709ef47def227da /doc | |
| parent | 95e53d0b6072510c7a687e3bcc92246d9b3d7181 (diff) | |
| download | sqlalchemy-66fa5b50a53ebe234f19e23b7dfa6ff310969996.tar.gz | |
- 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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index b54a43aae..474cec093 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -24,6 +24,15 @@ on compatibility concerns, see :doc:`/changelog/migration_10`. .. change:: + :tags: bug, orm + :tickets: 3301 + + 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. + + .. change:: :tags: bug, ext :tickets: 3219, 3240 |
