[sqlalchemy] Re: Problem limiting the output of outer join

2009-10-05 Thread maulynvia
That fixed it - thanks so much - I was really stuck on this. I actually removed the col reference anycolumn and just referred to the table and this was perfect. With the col reference I was getting strange references to 'OL' and '1L' - Merv On Oct 3, 4:10 am, Conor Davis

[sqlalchemy] Re: Problem limiting the output of outer join

2009-10-02 Thread Conor Davis
tavol wrote: I want to list the all 'Groups' that 'Users' belong to as indicated by the User2Group link table - as well as the Groups the user does not belong to. This returns the desired data set except it is not filtered for a particular user, # output not filtered for user