[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-09-10 18:15:43
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/14d2bb074ccc/ Changeset: 14d2bb074ccc Branch: None User: zzzeek Date: 2014-09-10 20:14:50 Summary: - Fixed bug in ordering list where the order of items would be thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/cfaa32b4d7dc/ Changeset: cfaa32b4d7dc Branch: rel_0_9 User: zzzeek Date: 2014-09-10 20:15:20 Summary: - Fixed bug in ordering list where the order of items would be thrown off during a collection replace event, if the reorder_on_append flag were set to True. The fix ensures that the ordering list only impacts the list that is explicitly associated with the object. fixes #3191 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. |