[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-04 18:42:16
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c3abfe50645a/ Changeset: c3abfe50645a Branch: None User: zzzeek Date: 2016-10-04 16:07:08+00:00 Summary: Honor additional row coming in with value of None The change in #3431 still checks that the instance() is non-None, deferring to other loading schemes if it is. These columns are dedicated towards the entity however, so if the value is None, we should set it. If it conflicts, we are detecting that in any case. Change-Id: I223768e2898e843f953e910da1f9564b137d95e4 Fixes: #3811 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/aadbb5a1d1e0/ Changeset: aadbb5a1d1e0 Branch: master User: zzzeek Date: 2016-10-04 18:41:43+00:00 Summary: Merge "Honor additional row coming in with value of None" Affected #: 3 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. |