]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
looks like most of the issues are because we're losing insert ordering
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Apr 2010 21:24:00 +0000 (17:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Apr 2010 21:24:00 +0000 (17:24 -0400)
commitf288339e95ff1624473ecaa70f977db4059dfe2b
tree8aa49183a2200ad77d6996c3db87dccbc613da23
parente0e60a6c9490a4efa648cf33ada7387ce0f91dda
looks like most of the issues are because we're losing insert ordering
on cycles.  so lets reintroduce the organize as tree component, which
works here.   still need to make it meaningful by teaching the save/delete state
actions to receive a set of items to match up
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/topological.py
test/orm/test_unitofworkv2.py