Re: [sqlalchemy] Purpose of sqlalchemy.orm.properties.ColumnProperty.info

2012-10-12 Thread Stefano Fontanelli
Il 12/10/12 17.38, Michael Bayer ha scritto: On Oct 12, 2012, at 5:10 AM, Stefano Fontanelli wrote: 2) Is access of Column.info the right way to 'read' Column.info specified by the user in declarative example? if you want to get at the .info on Column then yes, but for your purposes it's prob

Re: [sqlalchemy] Purpose of sqlalchemy.orm.properties.ColumnProperty.info

2012-10-12 Thread Michael Bayer
On Oct 12, 2012, at 5:10 AM, Stefano Fontanelli wrote: > > Hi, > I'm working on the new release of ColanderAlchemy ( > https://github.com/stefanofontanelli/ColanderAlchemy ) which will use the new > SQLA 0.8 inspection API. > > > The new version of CA will use 'info' kwarg which can be speci

[sqlalchemy] Purpose of sqlalchemy.orm.properties.ColumnProperty.info

2012-10-12 Thread Stefano Fontanelli
Hi, I'm working on the new release of ColanderAlchemy ( https://github.com/stefanofontanelli/ColanderAlchemy ) which will use the new SQLA 0.8 inspection API. The new version of CA will use 'info' kwarg which can be specified in both Column and relationship. I found also 'info' kwargs in