[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug where attribute "set" events or columns
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-08-18 00:07:02
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/530d3f07e0c1/ Changeset: 530d3f07e0c1 Branch: None User: zzzeek Date: 2014-08-18 02:06:16 Summary: - Fixed bug where attribute "set" events or columns with ``@validates`` would have events triggered within the flush process, when those columns were the targets of a "fetch and populate" operation, such as an autoincremented primary key, a Python side default, or a server-side default "eagerly" fetched via RETURNING. fixes #3167 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. |