[sqlalchemy] Re: Multiple Levels of Inheritance

2008-04-03 Thread Michael Bayer
On Apr 3, 11:24 am, Chris Guin [EMAIL PROTECTED] wrote: Actually, it turns out I'm still getting NULL in the discriminator field of my base classes. In my setup, an AspectDetection inherits from Detection which inherits from Event - the discriminator field of Detection is set properly, but

[sqlalchemy] Re: Multiple Levels of Inheritance

2008-03-28 Thread Chris Guin
Thanks! That appears to have done it. Chris Guin At 05:28 PM 3/27/2008, you wrote: On Mar 27, 2008, at 3:54 PM, Chris Guin wrote: Does anyone know where I could find a working example of multiple levels of inheritance using joined table inheritance? Right now I have the following