[sqlalchemy] Re: Combining joined and single table inheritance

2008-05-10 Thread "Fernando Zunino"
heritor, it somehow doesn't get the message to synchronize the > > "Employee" primary key column with the Person primary key column. > > I'll have a look at it later today. > > > On May 9, 2008, at 7:49 PM, Fernando Zunino wrote: > > >> Hi, > &

[sqlalchemy] Combining joined and single table inheritance

2008-05-09 Thread "Fernando Zunino"
Hi, is it possible to combine joined and single table inheritance in the same inheritance hierarchy? In the code at the bottom I want to use the persons table as a base for the Person, Employee and Manager classes and the employees table to store the particular fields of Employee and Manager. I'