]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where cascade operations incorrectly included deleted collection
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Jan 2007 00:16:42 +0000 (00:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 30 Jan 2007 00:16:42 +0000 (00:16 +0000)
commit6f7af7017449fd869594bd06b149061e54d21f08
tree55a09abf22b7196be75d47a42300e697ce04cd28
parente6bd0c0f32f1af7715dc4649202c7c0ac9d1187a
- fixed bug where cascade operations incorrectly included deleted collection
items in the cascade [ticket:445]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/cascade.py