On Mar 27, 2007, at 3:53 AM, [EMAIL PROTECTED] wrote:

> Lets say u have 5 leaf types in 4-5 levels of the hierarchy tree, say
> that makes 10 tables total.
> say E object is a leaf and comes from A.join(B).join(C).join(E) -
> so E is split amongst all A B C E tables. Which is the detail table?
>

you have to understand....nobody inherits more than one level deep in  
almost any inheritance situation.   thats just you :)


he means:

select * from base_table where id=7

<fetch row> -> type of object is "A"

select * from joined_table_A where id = 7

<fetch row, assemble into A instance>

-> done



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