Rick Morrison wrote:
> This is Python, after all, and it would be trivial to simply put 
> whatever attribute you want on a Table, Column or any SA object.
> 
> SA would just need to stay out of the way and agree not to use a certain 
> attribute like "description" or "userdata", or whatever.

There is a ticket (#573) for adding a public bucket for arbitrary data 
on Tables and beyond.

Getting this going is mostly just a matter of choosing a name for the 
attribute and adding a section about the feature to the main docs and 
the docstrings for affected classes.  Any volunteers?  ;)

-j


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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