[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Ensure CTE internals are handled during clone
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-10 22:28:22
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/33e2a0230e63/ Changeset: 33e2a0230e63 Branch: rel_1_0 User: zzzeek Date: 2016-06-10 21:27:06+00:00 Summary: Ensure CTE internals are handled during clone The CTE construct was missing a _copy_internals() method which would handle CTE-specific structures including _cte_alias, _restates during a clone operation. Change-Id: I9aeac9cd24d8f7ae6b70e52650d61f7c96cb6d7e Fixes: #3722 (cherry picked from commit 7189d0bc82598c2d6dcbb55b054837416db2ee7d) 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. |