[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Check row for None with implicit returning PK to ac
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-04 22:36:21
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/20384e894577/ Changeset: 20384e894577 Branch: master User: zzzeek Date: 2016-10-04 21:31:40+00:00 Summary: Check row for None with implicit returning PK to accommodate ON CONFLICT An adjustment to ON CONFLICT such that the "inserted_primary_key" logic is able to accommodate the case where there's no INSERT or UPDATE and there's no net change. The value comes out as None in this case, rather than failing on an exception. Change-Id: I0794e95c3ca262cb1ab2387167d96b8984225fce Fixes: #3813 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. |