[sqlalchemy] Re: column renaming and adding

2008-09-25 Thread Wim Verhavert
Thanks Michael! That's a good thing to know! On Thu, Sep 25, 2008 at 3:51 AM, Michael Bayer <[EMAIL PROTECTED]> wrote: > > > On Sep 24, 2008, at 2:34 PM, Wim Verhavert wrote: > >> >> How is this possible? I thought that by saying: >> >> properties={'achternaam':entity_tabel.c.naam} >> >> you ac

[sqlalchemy] Re: column renaming and adding

2008-09-24 Thread Michael Bayer
On Sep 24, 2008, at 2:34 PM, Wim Verhavert wrote: > > How is this possible? I thought that by saying: > > properties={'achternaam':entity_tabel.c.naam} > > you actually rename the column, but it seems it creates another > attribute which would lead to unexpected results in my case. > normally t