Re: [sqlalchemy] Re: Eager/joined loading of JTI models

2010-08-18 Thread Michael Bayer
On Aug 17, 2010, at 5:05 PM, flzz wrote: > Thanks this did the trick, I agree, an option in relationship to > define how this behaves would be nice. its a long term TODO. > > Cheers > Etrik > > On Aug 17, 3:27 pm, Conor wrote: >> On 08/17/2010 11:21 AM, flzz wrote: >> >> >> >> >> >>

[sqlalchemy] Re: Eager/joined loading of JTI models

2010-08-17 Thread flzz
Thanks this did the trick, I agree, an option in relationship to define how this behaves would be nice. Cheers Etrik On Aug 17, 3:27 pm, Conor wrote: > On 08/17/2010 11:21 AM, flzz wrote: > > > > > > > from sqlalchemy.ext.declarative import declarative_base > > from sqlalchemy import create_engi