]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
further refinement of the polymorphic UOWTask idea. circular dependency sort has...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 May 2006 17:11:14 +0000 (17:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 May 2006 17:11:14 +0000 (17:11 +0000)
commit2ee90cc2e0e973e64901fe1fdbeec20495e2d68d
tree53111f873f6735e0c5660b4b27c2033e560f283d
parent16d222ea234550747267c46a06ac66e96054ae60
further refinement of the polymorphic UOWTask idea.  circular dependency sort has to be pretty much focused on the base mappers
of any inheritance chain, as it now takes part in pretty much any two dependent classes who share the same inherited parent.
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py
test/inheritance2.py