[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-10-17 16:49:28
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/f917b353e88a/ Changeset: f917b353e88a Branch: None User: zzzeek Date: 2016-10-17 16:14:41+00:00 Summary: Add a qualifying character to multi INSERT..VALUES parameter names Changed the naming convention used when generating bound parameters for a multi-VALUES insert statement, so that the numbered parameter names don't conflict with the anonymized parameters of a WHERE clause, as is now common in a PostgreSQL ON CONFLICT construct. Change-Id: I3188d100fe4d322a47d344d6a63d3e40b915f228 Fixes: #3828 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/7d8a6b2614da/ Changeset: 7d8a6b2614da Branch: None User: zzzeek Date: 2016-10-17 16:49:12+00:00 Summary: Merge "Add a qualifying character to multi INSERT..VALUES parameter names" Affected #: 5 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. |