[sqlalchemy] Re: Combining joined and single table inheritance

2008-05-10 Thread "Fernando Zunino"
Thanks!! On May 10, 2:42 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: > very simple and was fixed in r4720. > > On May 10, 2008, at 12:48 PM, Michael Bayer wrote: > > > > > seems like a bug whereby when it sees the "Manager" single table > > inheritor, it somehow doesn't get the message to synchr

[sqlalchemy] Re: Combining joined and single table inheritance

2008-05-10 Thread Michael Bayer
very simple and was fixed in r4720. On May 10, 2008, at 12:48 PM, Michael Bayer wrote: > > seems like a bug whereby when it sees the "Manager" single table > inheritor, it somehow doesn't get the message to synchronize the > "Employee" primary key column with the Person primary key column. > I'

[sqlalchemy] Re: Combining joined and single table inheritance

2008-05-10 Thread Michael Bayer
seems like a bug whereby when it sees the "Manager" single table inheritor, 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: > > H