]> 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:42:54 +0000 (18:42 -0400)
commit7e7447db1ff1a49f15269f6515a82607db9384f4
treed2add8806d34cf646e03f3a269be6fc29ef17054
parentea54b635d66bc695c5149ede5279cc6ee2f43e7c
- 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/testing/__init__.py
test/orm/test_unitofworkv2.py