[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Re-send column value w/ onupdate default during pos
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-06 20:10:00
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/6b68a70b5f90/ Changeset: 6b68a70b5f90 Branch: master User: zzzeek Date: 2017-06-06 17:54:33+00:00 Summary: Re-send column value w/ onupdate default during post-update Adjusted the behavior of post_update such that if a column with an "onupdate" default has received an explicit value for INSERT, re-send the same data during a post-update UPDATE so that the value remains in effect, rather than an onupdate overwriting it. Change-Id: I26bccb6f957dcad07a2bcbda2dd9e14c60b92b06 Fixes: #3471 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. |