[Sqlalchemy-commits] commit/sqlalchemy: 5 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-05-30 05:40:15
|
5 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/69dbcdd0ebf8/ Changeset: 69dbcdd0ebf8 Branch: None User: zzzeek Date: 2014-05-30 07:32:53 Summary: - Related to :ticket:`3060`, an adjustment has been made to the unit of work such that loading for related many-to-one objects is slightly more aggressive, in the case of a graph of self-referential objects that are to be deleted; the load of related objects is to help determine the correct order for deletion if passive_deletes is not set. - revert the changes to test_delete_unloaded_m2o, these deletes do in fact need to occur in the order of the two child objects first. Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/013455139bce/ Changeset: 013455139bce Branch: None User: zzzeek Date: 2014-05-30 07:34:15 Summary: Merge branch 'master' into rel_1_0 Affected #: 8 files https://bitbucket.org/zzzeek/sqlalchemy/commits/28fbecaaa00a/ Changeset: 28fbecaaa00a Branch: master User: zzzeek Date: 2014-05-30 07:38:12 Summary: revert this, not sure why that changed Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/f26669ae1b06/ Changeset: f26669ae1b06 Branch: rel_1_0 User: zzzeek Date: 2014-05-30 07:38:45 Summary: Merge branch 'master' into rel_1_0 Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/5992c6096a67/ Changeset: 5992c6096a67 Branch: rel_0_9 User: zzzeek Date: 2014-05-30 07:39:45 Summary: - Related to :ticket:`3060`, an adjustment has been made to the unit of work such that loading for related many-to-one objects is slightly more aggressive, in the case of a graph of self-referential objects that are to be deleted; the load of related objects is to help determine the correct order for deletion if passive_deletes is not set. - revert the changes to test_delete_unloaded_m2o, these deletes do in fact need to occur in the order of the two child objects first. merged from master 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. |