[sqlalchemy] Re: Having a proxy attribute along a relationship path

2015-03-11 Thread Florian RĂ¼chel
You are correct. I wanted to see the query int produces to verify it works (in a small test case) and got an error that I did not make sense to me. I tried to used joinedload on the proxy, something that does not seem to work. But if I explicitly specify the chain as loading strategies, the

[sqlalchemy] Re: Having a proxy attribute along a relationship path

2015-03-09 Thread Jonathan Vanasco
What version of SqlAlchemy are you using, and what error are you seeing? I use the association_proxy for M2M, M2O, O2O all the time. -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop receiving emails from