]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
the "check for orphans" step will cascade the delete operation to child objects.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2006 22:52:12 +0000 (22:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 22 Aug 2006 22:52:12 +0000 (22:52 +0000)
commitf62e5a56e8a99ad3e0ab03f9bb3e0afd99872f58
tree68ab8f2578ef9476be5d8620e4532f2db84b5dbe
parenta8d1aecfabe288dcfce3c01bfd87a5a6aff3683c
the "check for orphans" step will cascade the delete operation to child objects.
lib/sqlalchemy/orm/unitofwork.py
test/orm/session.py