[Sqlalchemy-tickets] Issue #2971: move .info from MapperProperty down to _InspectionAttr (zzzeek/sq
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2014-02-23 18:12:32
|
New issue 2971: move .info from MapperProperty down to _InspectionAttr https://bitbucket.org/zzzeek/sqlalchemy/issue/2971/move-info-from-mapperproperty-down-to Mike Bayer: this will give us an .info collection on all ORM attributes including hybrids and assocaition proxies, and also on mapper/aliasedinsp, e.g. when you say inspect(SomeClass), which might be useful. |