[Sqlalchemy-tickets] Issue #3074: allow **kw for TypeCompiler, specifically pass the parent SQL exp
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2014-06-07 16:56:52
|
New issue 3074: allow **kw for TypeCompiler, specifically pass the parent SQL expression or column https://bitbucket.org/zzzeek/sqlalchemy/issue/3074/allow-kw-for-typecompiler-specifically Mike Bayer: this would allow type-compilation that can be altered by the properties of the enclosing column, such as if nullable affects things. patch would use a conditional that allows legacy dialects to not require the **kw. |