[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-04-01 20:56:51
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/4b164935481c/ Changeset: 4b164935481c Branch: None User: zzzeek Date: 2015-04-01 20:50:32+00:00 Summary: - Fixed bug where updated PG index reflection as a result of :ticket:`3184` would cause index operations to fail on Postgresql versions 8.4 and earlier. The enhancements are now disabled when using an older version of Postgresql. fixes #3343 Affected #: 4 files https://bitbucket.org/zzzeek/sqlalchemy/commits/59816435dae7/ Changeset: 59816435dae7 Branch: None User: zzzeek Date: 2015-04-01 20:55:58+00:00 Summary: - Added a list() call around a weak dictionary used within the commit phase of the session, which without it could cause a "dictionary changed size during iter" error if garbage collection interacted within the process. Change was introduced by Affected #: 2 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. |