On Dec 14, 2007, at 4:02 PM, dykang wrote:

>
> Sorry, I didn't clarify, I was speaking about with 0.3, not with 0.4.

0.3 has a very limited add_entity() method, with no ability to set it  
against an arbitrary alias, so its impossible in 0.3 for an ORM Query  
to load parallel instances where the non-primary instance is against  
an alias or other table other than its mapper's mapped table.   if you  
remove the add_entity() but keep the contains_alias(), the primary  
Test objects are loaded from the Query object against the s2  
selectable in the same manner as 0.4.



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

Reply via email to