Re: [sqlalchemy] Update timestamp with many levels of join inheritance

2017-07-31 Thread Chris Satterthwaite
! -Chris On Mon, Jul 31, 2017 at 4:05 PM, Mike Bayer <mike...@zzzcomputing.com> wrote: > On Mon, Jul 31, 2017 at 4:37 PM, Chris Satterthwaite <cnsat...@gmail.com> > wrote: > > Conceptually, what I’m trying to do is: > > > > 1) Enable queries for a higher

[sqlalchemy] Update timestamp with many levels of join inheritance

2017-07-31 Thread Chris Satterthwaite
Conceptually, what I’m trying to do is: 1) Enable queries for a higher level type (e.g. Node) to return all direct instances and sub-class instances (e.g. Node, [Servers, [UnixType, [Linux, AIX]]]) 2) Enable a set of attributes to be inherited by all sub-types 3) Enable an