[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2015-05-08 16:43:36
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/5c897d9c6a84/ Changeset: 5c897d9c6a84 Branch: None User: zzzeek Date: 2015-05-08 16:18:07+00:00 Summary: - start 1.0.5 Affected #: 2 files https://bitbucket.org/zzzeek/sqlalchemy/commits/eb1bb84fbc10/ Changeset: eb1bb84fbc10 Branch: None User: zzzeek Date: 2015-05-08 16:37:55+00:00 Summary: - Added official support for a CTE used by the SELECT present inside of :meth:`.Insert.from_select`. This behavior worked accidentally up until 0.9.9, when it no longer worked due to unrelated changes as part of :ticket:`3248`. Note that this is the rendering of the WITH clause after the INSERT, before the SELECT; the full functionality of CTEs rendered at the top level of INSERT, UPDATE, DELETE is a new feature targeted for a later release. fixes #3418 Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/87c605e3dc8b/ Changeset: 87c605e3dc8b Branch: rel_0_9 User: zzzeek Date: 2015-05-08 16:42:36+00:00 Summary: - Added official support for a CTE used by the SELECT present inside of :meth:`.Insert.from_select`. This behavior worked accidentally up until 0.9.9, when it no longer worked due to unrelated changes as part of :ticket:`3248`. Note that this is the rendering of the WITH clause after the INSERT, before the SELECT; the full functionality of CTEs rendered at the top level of INSERT, UPDATE, DELETE is a new feature targeted for a later release. fixes #3418 (cherry picked from commit eb1bb84fbc10c801c7269a3d38c9e0235327857e) 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. |