On Mar 24, 2007, at 4:38 PM, [EMAIL PROTECTED] wrote:

>
>> i would also say its slightly better in the case of joined table
>> inheritance to *not* query for the type column as well since it can
>> add weight to the query.
> hmm, probably. how else one can do the filtring then? some left/right
> join?

assuming youre only querying one specific type, using a join of  
specifically those tables involved in the joined table inheritance of  
that type.  polymorphically you need the types.


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