Column is a Table/SQL level object which is assembled into a fixed  
structure,  and relation() is ORM level object assembling itself onto  
a mapped class which can be of any design.    your mapped class should  
provide other ways independent of the ORM with which to represent  
information about its structure.


On Mar 20, 2009, at 11:47 AM, KLEIN Stéphane wrote:

>
> Hi,
>
> The "Column" class have "info" attribute (http://www.sqlalchemy.org/
> docs/04/sqlalchemy_schema.html#docstrings_sqlalchemy.schema_Column).
>
> ::
>
>    info
>        Defaults to {}: A space to store application specific data;
> this must be a dictionary
>
>
> Now I don't understand why
> "sqlalchemy.orm.properties.RelationProperty" haven't "info" attribute
> to store application specific data like "Column" class ?
>
> Can I report this bug in trac ? If you find it's good idea, maybe I'll
> write a patch to implement it.
>
> Thanks for your information,
> Stephane
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to