[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure DML provides named_with_column for CTE(Alias
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-07-13 17:37:32
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/889c011a0f7b/ Changeset: 889c011a0f7b Branch: master User: zzzeek Date: 2016-07-13 15:49:34+00:00 Summary: Ensure DML provides named_with_column for CTE(Alias) Fixed bug in new CTE feature for update/insert/delete whereby an anoymous (e.g. no name passed) :class:`.CTE` construct around the statement would fail. The Alias base class of CTE checks for the "named_with_column" attribute in order to detect if the underlying selectable has a name; UpdateBase now provides this as False. Change-Id: I4b0309db21379a4c0cb93085298c86da3cf840e4 Fixes: #3744 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. |