Re: [sqlalchemy] Status of cascading polymorphism, in docs as well

2017-02-21 Thread mike bayer
On 02/21/2017 03:56 PM, Shane Carey wrote: I understand from the docs and several questions both here and on bitbucket that cascading polymorphism is not supported. This is what it says on the docs: Warning Currently, *only one discriminator column may be set*, typically on the base-most clas

[sqlalchemy] Status of cascading polymorphism, in docs as well

2017-02-21 Thread Shane Carey
I understand from the docs and several questions both here and on bitbucket that cascading polymorphism is not supported. This is what it says on the docs: Warning Currently, *only one discriminator column may be set*, typically on the base-most class in the hierarchy. “Cascading” polymorphic c