]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "save-update" cascade will now cascade the pending *removed*
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jan 2010 18:28:37 +0000 (18:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jan 2010 18:28:37 +0000 (18:28 +0000)
commit489d5010fda0c530f5b5cbb84ec127f4cab9b0cc
treecdac2af29ae984f46a530554d1b67702d8df633b
parent5d265624e7e7e4e4c0d0459b735852dbcb8f7301
- the "save-update" cascade will now cascade the pending *removed*
values from a scalar or collection attribute into the new session
during an add() operation.  This so that the flush() operation
will also delete or modify rows of those disconnected items.
CHANGES
doc/build/session.rst
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
test/orm/test_cascade.py