[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed the multiple-table "UPDATE..FROM" construct
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-01-21 02:19:29
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/b9318c98637b/ Changeset: b9318c98637b Branch: None User: zzzeek Date: 2014-01-21 03:17:42 Summary: - Fixed the multiple-table "UPDATE..FROM" construct, only usable on MySQL, to correctly render the SET clause among multiple columns with the same name across tables. This also changes the name used for the bound parameter in the SET clause to "<tablename>_<colname>" for the non-primary table only; as this parameter is typically specified using the :class:`.Column` object directly this should not have an impact on applications. The fix takes effect for both :meth:`.Table.update` as well as :meth:`.Query.update` in the ORM. [ticket:2912] 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. |