On Mar 9, 2:20 pm, Michael Bayer <[EMAIL PROTECTED]> wrote:
> in theory youd say options(eagerload("a.b")).
>
> the separate eagerload("a") isnt needed since its sort of impossible
> to eagerload "b" without eager loading "a".
>

But I'm assuming there isn't a way to do it currently.
I guess I could create a mapper for a that doesn't lazyload b and use
that mapper instead.

-Dennis


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to