[Sqlalchemy-commits] commit/sqlalchemy: 4 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-28 22:01:24
|
4 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/477b9e7f0297/ Changeset: 477b9e7f0297 Branch: None User: zzzeek Date: 2014-03-28 22:26:45 Summary: mark failing tests for buggy mysqlconnector Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/a0329f71ad48/ Changeset: a0329f71ad48 Branch: None User: zzzeek Date: 2014-03-28 22:42:55 Summary: - 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 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7473b5457497/ Changeset: 7473b5457497 Branch: rel_0_8 User: zzzeek Date: 2014-03-28 22:44:23 Summary: - 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 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/d6618e411955/ Changeset: d6618e411955 Branch: None User: zzzeek Date: 2014-03-28 23:00:35 Summary: - Added new parameter :paramref:`.mapper.confirm_deleted_rows`. Defaults to True, indicates that a series of DELETE statements should confirm that the cursor rowcount matches the number of primary keys that should have matched; this behavior had been taken off in most cases (except when version_id is used) to support the unusual edge case of self-referential ON DELETE CASCADE; to accomodate this, the message is now just a warning, not an exception, and the flag can be used to indicate a mapping that expects self-refererntial cascaded deletes of this nature. See also :ticket:`2403` for background on the original change. re: #2403 fix #3007 Affected #: 5 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. |