> a = user_table()
> a.a_column_in_user_table_1  + a.additional_info.your_column
>

My logic is not as simple as (a.a_column_in_user_table_1  +
a.additional_info.your_column). It's about 20 lines of code. Also I'm
trying to understand how you would add additional attributes to a
python User object which is set up by the sqlalchemy mysql object.

Vineet


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