Re: [sqlalchemy] Re: Joining an aliased model to a relationship with a primaryjoin

2017-04-03 Thread mike bayer
On 04/03/2017 04:31 PM, Colton Allen wrote: No worries, we ended up dropping the relationship. Still a curious error, though. not too much, the relationship was definitely leaking between what should normally be split across primaryjoin/secondaryjoin if the "secondary" argument is in

[sqlalchemy] Re: Joining an aliased model to a relationship with a primaryjoin

2017-04-03 Thread Colton Allen
No worries, we ended up dropping the relationship. Still a curious error, though. -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See