[sqlalchemy] Re: New problem with synonym (getter/setter) use in 0.5.2

2009-02-04 Thread Michael Bayer
its not really a bug. use real column objects for your order by expression, i.e.: order_by=_username, this is because when using declarative, string arguments used in relation()/backref() where there are ordinarily class or SQL expression objects are interpreted to be part of the

[sqlalchemy] Re: New problem with synonym (getter/setter) use in 0.5.2

2009-02-04 Thread Ken
On Feb 4, 6:53 am, Michael Bayer mike...@zzzcomputing.com wrote: its not really a bug.   use real column objects for your order by   expression, i.e.: order_by=_username, Oh, that makes sense. Thanks for the explanation. -Ken --~--~-~--~~~---~--~~ You

[sqlalchemy] Re: New problem with synonym (getter/setter) use in 0.5.2

2009-02-03 Thread Ken
Oh, sorry, forgot to mention: Python 2.5.2 SQLAlchemy 0.5.2 --~--~-~--~~~---~--~~ 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