[sqlalchemy] Re: Multiple names/column_property for the same column

2008-10-02 Thread Cleber
My goal was the second one. I did try to use SynonymProperty, but got confused about it. Now with the correct use of synonym() it's all working! Thanks! On Oct 2, 10:38 am, [EMAIL PROTECTED] wrote: > u want to have one USerName pointing to username, or u want both, > pointing to same column? >

[sqlalchemy] Re: Multiple names/column_property for the same column

2008-10-02 Thread az
u want to have one USerName pointing to username, or u want both, pointing to same column? first is done by changing key in the mapper.properties dict. the other... synonim()? On Thursday 02 October 2008 16:41:05 Cleber wrote: > Hi there, > > Sorry if this has come before, but I did not manage