I'm trying to construct some queries with sqlalchemy core. I just started 
using sqlalchemy. It seemed like a good idea to use chaining to construct 
the query but from what I see select_from() chaining doesn't behave like I 
expected it to:

http://pastebin.com/KcwedvLE

Why the extra ", project_project" in the first join? Is there a way to 
handle this with chaining (like I would do with where()), or do I have to 
generate joins separately and then use a single call to select_from()?

-- 
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