[Sqlalchemy-tickets] Issue #3519: label does not copy bind from parent (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Joe J. <iss...@bi...> - 2015-08-28 20:34:17
|
New issue 3519: label does not copy bind from parent https://bitbucket.org/zzzeek/sqlalchemy/issues/3519/label-does-not-copy-bind-from-parent Joe Jevnik: If I have an expression where the bind is set to some engine and then call `.label()` on it, the result will have a bind=None. |