]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in unit of work whereby detection of
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2011 23:21:39 +0000 (19:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Sep 2011 23:21:39 +0000 (19:21 -0400)
commit127c48252edc2d431a10dbe5b3c3ae77d16ac479
tree2bb939ef0a7e6ed870fb29e6cd705d43b2c1fe34
parentf0f135b6bd20f7ddcce05711d0185c9c03bf2f41
  - Fixed bug in unit of work whereby detection of
    "cycles" among classes in highly interlinked patterns
    would not produce a deterministic
    result; thereby sometimes missing some nodes that
    should be considered cycles and causing further
    issues down the road.  Note this bug is in 0.6
    also; not backported at the moment.
    [ticket:2282]
CHANGES
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/util/topological.py
test/base/test_dependency.py
test/bootstrap/config.py