[sqlalchemy] Multiple relationships in table to other kinds of tables

2010-03-11 Thread Noel James
Hello, I have a question about using multiple polymorphic tables with different parents which relate to the the same parent table but other polymorphic child. I have two tables staff (class Staff) and contract (class Contract). The Staff table has an identity manager (class Manager) and the

Re: [sqlalchemy] Multiple relationships in table to other kinds of tables

2010-03-11 Thread Michael Bayer
Noel James wrote: Hello, I have a question about using multiple polymorphic tables with different parents which relate to the the same parent table but other polymorphic child. I have two tables staff (class Staff) and contract (class Contract). The Staff table has an identity manager