Hi Mike!

Thank you very much for your help.
It hasn indeed  solved my problem.

On Aug 10, 4:23 pm, Michael Bayer <mike...@zzzcomputing.com> wrote:

> query=session.query(Address)
> query=query.join((User, Address.user))
> query=query.join((Group, User.group))

Yes, and I indeed need this form to explicitly specify the resource.
In fact I use automatically generated aliases in my RUM application.
Users can specify abitrary nested query parameters in RUM like
occasion.type.name
and RUM generates them automatically.

http://hg.python-rum.org/RumAlchemy/rev/08e2338b4729

I am happy, that SA is such a very precise tool.

Chees,
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to