Re: [sqlalchemy] polymorphic inheritance where an engineer is also a manager

2018-01-22 Thread Mike Bayer
On Sat, Jan 20, 2018 at 11:47 PM, Luke wrote: > Michael, et al: > > The excellent documentation uses the example of an Employee from which > Manager and Engineer inherit. > > What to do when an Manger is also an Engineer? that would imply multiple inheritance, which SQLAlchemy's inheritance facil

[sqlalchemy] polymorphic inheritance where an engineer is also a manager

2018-01-20 Thread Luke
Michael, et al: The excellent documentation uses the example of an Employee from which Manager and Engineer inherit. What to do when an Manger is also an Engineer? My thought is that I want some kind of Adjacency relationship as l