]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- revert part of c01558ae7f4a for now as we also test that a DELETE of two rows
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 21:42:55 +0000 (17:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Mar 2014 21:42:55 +0000 (17:42 -0400)
commita0329f71ad48b16ad9dad44d5a5cb2c920e569f1
tree42abf3abcf3ca3cd0a6ea55c55039c2d8896aee1
parent477b9e7f0297e0f96781fb94501b505ee647970a
- revert part of c01558ae7f4a for now as we also test that a DELETE of two rows
where one is to be deleted from ON DELETE CASCADE succeeds; the check here makes that fail.
We will need to add an option to enable/disable this check per mapping, will likely
do this in next version
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/persistence.py
test/orm/test_unitofwork.py
test/orm/test_unitofworkv2.py