]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- modernized cascade.py tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Feb 2008 18:13:14 +0000 (18:13 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Feb 2008 18:13:14 +0000 (18:13 +0000)
commit3e6e61dbe7b13be851e78db4280565f84c874c35
tree8adbdc77a8294b59c57704d967a4edf7e1d34cd9
parent1aebdb231f395aa68bd1767ffd897189107e070a
- modernized cascade.py tests
- your cries have been heard:  removing a pending item
from an attribute or collection with delete-orphan
expunges the item from the session; no FlushError is raised.
Note that if you session.save()'ed the pending item
explicitly, the attribute/collection removal still knocks
it out.
CHANGES
lib/sqlalchemy/orm/unitofwork.py
test/orm/cascade.py
test/orm/query.py
test/testlib/testing.py