]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Reverted the change for :ticket:`3060` - this is a unit of work
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jun 2014 22:38:23 +0000 (18:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 23 Jun 2014 22:38:23 +0000 (18:38 -0400)
commit080ae2f15f8d74b225edb30aeb96c1a85dcaa76b
treee6e1a4d3034c201b064947f87b765b8db37f339c
parent847c0a8cbef98715bf4ae441882b06d90dbe0d80
- Reverted the change for :ticket:`3060` - this is a unit of work
fix that is updated more comprehensively in 1.0 via :ticket:`3061`.
The fix in :ticket:`3060` unfortunately produces a new issue whereby
an eager load of a many-to-one attribute can produce an event
that is interpreted into an attribute change.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/testing/__init__.py
test/orm/test_unitofworkv2.py