[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug where a newly inserted instance that is
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-03-14 21:57:39
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/af92f6763d72/ Changeset: af92f6763d72 Branch: None User: zzzeek Date: 2016-03-14 21:56:57+00:00 Summary: - Fixed bug where a newly inserted instance that is rolled back would still potentially cause persistence conflicts on the next transaction, because the instance would not be checked that it was expired. This fix will resolve a large class of cases that erronously cause the "New instance with identity X conflicts with persistent instance Y" error. fixes #3677 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. |