On May 6, 2008, at 11:13 AM, Eric Lemoine wrote:

>
> In the "Concrete Table Inheritance" example in the doc, there's an
> "employee" table. In my case, there's no "location" table, and that's
> why I haven't seen "Concrete Table Inheritance" as my case's solution.
> So I'm still confused on how I'm going to achieve what I want.


you wouldnt have the "location" table, and the Location mapper would  
be mapped directly to the "polymorphic union" , i.e. mapper(Location,  
pjoin).

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