[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

[sqlalchemy] Re: Remove need for session in method?

2009-09-28 Thread Conor Davis
thatsanicehatyouh...@mac.com wrote: Hi Tomasz, Thanks for your help - that solved the problem. On 26 Sep 2009, at 10:20, Tomasz Jezierski - Tefnet wrote: [...code snipped...] First... why don't you define this method with class definition? I don't use reflection but I think that