[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-02 16:22:22
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/359f471a1203/ Changeset: 359f471a1203 Branch: None User: zzzeek Date: 2015-04-02 16:19:15+00:00 Summary: - Fixed bug where the state tracking within multiple, nested :meth:`.Session.begin_nested` operations would fail to propagate the "dirty" flag for an object that had been updated within the inner savepoint, such that if the enclosing savepoint were rolled back, the object would not be part of the state that was expired and therefore reverted to its database state. fixes #3352 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7c32b4c2a61e/ Changeset: 7c32b4c2a61e Branch: rel_0_9 User: zzzeek Date: 2015-04-02 16:21:00+00:00 Summary: - Fixed bug where the state tracking within multiple, nested :meth:`.Session.begin_nested` operations would fail to propagate the "dirty" flag for an object that had been updated within the inner savepoint, such that if the enclosing savepoint were rolled back, the object would not be part of the state that was expired and therefore reverted to its database state. fixes #3352 (cherry picked from commit 359f471a1203cafd5dc99b5b078ba7d788b67cec) Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/5e04995a82c0/ Changeset: 5e04995a82c0 Branch: None User: zzzeek Date: 2015-04-02 16:21:54+00:00 Summary: - update 0.9 changelog from rel_0_9 Affected #: 1 file 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. |