[sqlalchemy] Re: ORM Join with explicit Alias

2008-01-20 Thread Michael Bayer
On Jan 20, 2008, at 6:52 PM, Eoghan Murray wrote: Hi All, I wish to do an aliased join similar to the last example in the section http://www.sqlalchemy.org/docs/04/ormtutorial.html#datamapping_joins session.query(User).\ ... join('addresses',

[sqlalchemy] Re: ORM Join with explicit Alias

2008-01-20 Thread Eoghan Murray
On Jan 21, 12:12 am, Michael Bayer [EMAIL PROTECTED] wrote: On Jan 20, 2008, at 6:52 PM, Eoghan Murray wrote: Hi All, I wish to do an aliased join similar to the last example in the sectionhttp://www.sqlalchemy.org/docs/04/ormtutorial.html#datamapping_joins session.query(User).\