[sqlalchemy] Re: mapper >> 2 python property to 1 sql column table

2008-06-02 Thread Sed
Exactly what I was thinking to do. Thanks Sed --~--~-~--~~~---~--~~ 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

[sqlalchemy] mapper >> 2 python property to 1 sql column table

2008-05-30 Thread Sed
and I'd like to do something like mapper_person=mapper(Person, person_table, properties= {'user_id':person_table.c.id ,'id':person_table.c.id} ) how can I achieve such things ? Sed --~--~-~--~~~---~--~~ You received this message becau