Re: [sqlalchemy] multiple inheritance experiment

2011-04-07 Thread Michael Bayer
On Apr 7, 2011, at 2:30 PM, Lars wrote: > Hello, > > I am pretty determined to find a way to get (a simplified version of) > multiple inheritance working with SA. The simplification lies in that > no overriding of attributes will be possible (but I don't know whether > that is significant). I wa

[sqlalchemy] multiple inheritance experiment

2011-04-07 Thread Lars
Hello, I am pretty determined to find a way to get (a simplified version of) multiple inheritance working with SA. The simplification lies in that no overriding of attributes will be possible (but I don't know whether that is significant). I was thinking of a schema as follows: --