[sqlalchemy] Re: Getting All Columns From A Join

2008-05-08 Thread Jonathan LaCour
Alex Ezell wrote: This query works fine, but the issue is that I am only returned the columns in the Fieldmap table. I would like for the result to have all the columns from both the Fieldmap and the MemberField tables. You need to tell the ORM to return both entities. By default, the ORM

[sqlalchemy] Re: Getting All Columns From A Join

2008-05-08 Thread Alex Ezell
On Thu, May 8, 2008 at 2:25 PM, Jonathan LaCour [EMAIL PROTECTED] wrote: Alex Ezell wrote: This query works fine, but the issue is that I am only returned the columns in the Fieldmap table. I would like for the result to have all the columns from both the Fieldmap and the MemberField