On Sep 17, 2007, at 9:43 AM, svilen wrote:

>> What's missing, however, are description fields: It would be
>> perfect, if I could specify a description attribute for the table
>> and the column directly, e.g. like that:
>>
>> myperson_table = Table('person', metadata,
>>   Column('id', Integer, primary_key=True, description =
>> 'Identification Number'),
>>   Column('name', String(20), description = 'Name of a person'),
>>   description = 'Table for my Persons')
>>
>> I could, also create my own Table/Column classes that hold this
>> information, but maybe this could be implemented in SA as a
>> standard feature?

I dislike this because we are starting to repurpose the Table object  
as a form-building object.  after "description", i can very much see  
people asking, well why cant we have another field "formcontrol"  
which states "dropdown/text/checkbox" etc.






--~--~---------~--~----~------------~-------~--~----~
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