> 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?
in these lines, in sawrap i have forced intermediate nodes/levels to 
not go to database at all by default (unless one explicitly says so). 
Thus, all these join.selects go away from the polymunion, and u get 
only leafs - by default, that is.

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