[sqlalchemy] Re: path based options and contains_eager

2007-11-18 Thread Michael Bayer
On Nov 16, 2007, at 12:29 PM, stephen emslie wrote: I'm a bit confused now, so please tell me if I've got something fundamentally wrong here, otherwise are these bugs? I've got these both fixed with some test coverage in rev 3791...thanks for spotting these !

[sqlalchemy] Re: path based options and contains_eager

2007-11-18 Thread stephen emslie
That was quick! contains_eager with aliases is now giving me exactly what I wanted, which is an eager-loaded subset of the tree at each level. That is going to make a really big difference to my project. Thank you! I'm still seeing a cycle develop with the unaliased options, but I think that