I got the "eager loading" case to work in 3912. not sure why it didnt
work for you since the approach was similar, but i changed the
interface of eagerload() and similar so you can do eagerload('foo',
SomeOtherClass), where SomeOtherClass you added using add_entity().
thats a little more explicit which i think is less prone to confusion.
havent tested it for deferred attributes yet (and the same "mapper"
option should be added to "defer", "undefer").
On Dec 9, 2007, at 3:59 PM, Chris M wrote:
>
> I'll commit what I have and some tests sometime soon so you can see
> what's going on (unless you're by chance magical and already know
> what's going on!)
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---