[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Added new parameter :paramref:`.orm.mapper.passiv
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-01-20 23:00:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/963aa3029742/ Changeset: 963aa3029742 Branch: None User: zzzeek Date: 2016-01-20 22:59:56+00:00 Summary: - Added new parameter :paramref:`.orm.mapper.passive_deletes` to available mapper options. This allows a DELETE to proceed for a joined-table inheritance mapping against the base table only, while allowing for ON DELETE CASCADE to handle deleting the row from the subclass tables. fixes #2349 Affected #: 7 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |