i have, say, base class A, inherited by two children B and C. B has an 
attribute/relation 'address', A and C do not have it.
So i had a query(A).eagerload( 'address') and that did work before 
r3912. But later it gives an error - "mapper|A has no 
property 'address'".
Any hint how to do it now?

--~--~---------~--~----~------------~-------~--~----~
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