You need to be inside orm/strategies.py in JoinedEagerLoader where it deals with row_processor. The "path" variable will show which relationship it thinks it's loading.
On Dec 16, 2016 11:27 AM, "Jonathan Vanasco" <[email protected]> wrote: > > > On Friday, December 16, 2016 at 9:14:21 AM UTC-5, Mike Bayer wrote: >> >> Those aren't easy cases to debug. Isolating the behavior into a small >> test is the best first step, failing that you'd at least have echo set to >> debug , and you can watch the rows cone in. If it were me I'd then be >> pdb'ing, but I realize that's because I know the eagerload mechanics pretty >> well. >> >>> > Can you give a hint on good places to pdb? > > > > -- > 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 http://stackoverflow.com/help/mcve for a full > description. > --- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://stackoverflow.com/help/mcve for a full description. --- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
