[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Enable include_table for ON CONFLICT whereclauses
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-09-29 13:51:08
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/800a18aff292/ Changeset: 800a18aff292 Branch: master User: zzzeek Date: 2016-09-28 22:08:30+00:00 Summary: Enable include_table for ON CONFLICT whereclauses Fixed issue in new PG "on conflict" construct where columns including those of the "excluded" namespace would not be table-qualified in the WHERE clauses in the statement. Change-Id: Idfefc93e7e7b0d84805e23d5436d822d606f6a0a Fixes: #3807 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. |