[sqlalchemy] info property in column and relationship

2013-03-05 Thread Xin Wang
Hi all, I can get info dict passed to Column() via `Model.field.info`, but with relationship() I need to use `Model.field.property.info`. Not sure if it is an inconsistence, as both of them are instances of `InstrumentedAttribute` when retrive from model. BR, Xin Wang -- You received

Re: [sqlalchemy] info property in column and relationship

2013-03-05 Thread Xin Wang
Then please go ahead. :) 2013/3/6 Michael Bayer mike...@zzzcomputing.com: .info on relationship is a new feature, that can be added. On Mar 5, 2013, at 7:10 PM, Xin Wang dram.w...@gmail.com wrote: Hi all, I can get info dict passed to Column() via `Model.field.info