I configured a relationship to use a bindparam as part of its primaryjoin 
condition.
This works as long as the relationship is loaded eagerly. As soon as I 
switch to lazy loading it won't resolve the relationship properly.
I guess this is because the lazy load "forgets" the params that have been 
specified in the original query.
Is this by design and is there something I can do about it?

-- 
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 sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to