[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Put include_table=True for DO UPDATE..WHERE, but no
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-11-08 03:17:09
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/942c2429c033/ Changeset: 942c2429c033 Branch: master User: zzzeek Date: 2016-11-08 03:03:16+00:00 Summary: Put include_table=True for DO UPDATE..WHERE, but not ON CONFLICT Fixed regression caused by the fix in :ticket:`3807` (version 1.1.0) where we ensured that the tablename was qualified in the WHERE clause of the DO UPDATE portion of PostgreSQL's ON CONFLICT, however you *cannot* put the table name in the WHERE clause in the actual ON CONFLICT itself. This was an incorrect assumption, so that portion of the change in :ticket:`3807` is rolled back. Change-Id: I442d8629496a8e405b54711cfcf487761810ae8a Fixes: #3846 Fixes: #3807 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. |