Re: [sqlalchemy] subqueryload with multiple joined table inheritance hierarchies

2016-08-10 Thread Mike Bayer
On 08/10/2016 06:18 PM, Douglas Russell wrote: Hi, I have two (well, more than two with more than two levels each, but this is the simplest recreation of the problem) parallel joined-table inheritance hierarchies A -> A2 B -> B2 B.a is a relationship to A, backref in A.bs. The problem arise

[sqlalchemy] subqueryload with multiple joined table inheritance hierarchies

2016-08-10 Thread Douglas Russell
Hi, I have two (well, more than two with more than two levels each, but this is the simplest recreation of the problem) parallel joined-table inheritance hierarchies A -> A2 B -> B2 B.a is a relationship to A, backref in A.bs. The problem arises when I want to query this whole structure back