]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- flush fixes on self-referential relationships that contain references
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Mar 2007 20:46:52 +0000 (20:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 17 Mar 2007 20:46:52 +0000 (20:46 +0000)
commit037ee9fbf80279b4fc8e8d990860082c2f4dfea5
tree3c4ee16ee56a7d4bc90776736a51fcba720587b7
parent45c2e2098315f1fba9fe675317ee0ecf2b19e670
- flush fixes on self-referential relationships that contain references
to other instances outside of the cyclical chain, when the initial
self-referential objects are not actually part of the flush
CHANGES
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/cycles.py