Re: [sqlalchemy] Conflicting relationships in class hierarchy

2017-09-15 Thread Mike Bayer
On Fri, Sep 15, 2017 at 10:55 AM, Julio César Gázquez wrote: > El 11/09/17 a las 14:52, Mike Bayer escribió: > > Please provide all mappings including the missing "Prestacion" class > as well as exact information on which classes have their own tables or > not.

Re: [sqlalchemy] Conflicting relationships in class hierarchy

2017-09-15 Thread Julio César Gázquez
El 11/09/17 a las 14:52, Mike Bayer escribió: > Please provide all mappings including the missing "Prestacion" class > as well as exact information on which classes have their own tables or > not.The code should be a mappings I can paste into a .py file and > run to see the error you are

Re: [sqlalchemy] Conflicting relationships in class hierarchy

2017-09-11 Thread Mike Bayer
Please provide all mappings including the missing "Prestacion" class as well as exact information on which classes have their own tables or not.The code should be a mappings I can paste into a .py file and run to see the error you are getting. On Mon, Sep 11, 2017 at 11:38 AM, Julio César

[sqlalchemy] Conflicting relationships in class hierarchy

2017-09-11 Thread Julio César Gázquez
Hi list. I guess I messed it. I built an app on the premise I can build two different relationships relying on the same field. My data model is basically as below. Class names are roughly translated from Spanish. Please read comments in Charge subclasses to grasp the problem. class