[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-07-01 16:13:21
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/0d6831448b55/ Changeset: 0d6831448b55 Branch: rel_0_9 User: zzzeek Date: 2014-07-01 18:12:27 Summary: - Fixed bug where items that were persisted, deleted, or had a primary key change within a savepoint block would not participate in being restored to their former state (not in session, in session, previous PK) after the outer transaction were rolled back. fixes #3108 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/427ee3a61e97/ Changeset: 427ee3a61e97 Branch: None User: zzzeek Date: 2014-07-01 18:12:51 Summary: - Fixed bug where items that were persisted, deleted, or had a primary key change within a savepoint block would not participate in being restored to their former state (not in session, in session, previous PK) after the outer transaction were rolled back. fixes #3108 Affected #: 4 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. |