On Oct 11, 2008, at 1:44 PM, sandro dentella wrote:

>
> Hi,
>
>  I started using the .join() method on query and that' s really
> powerful, with reset_joinpoint and the list of attributes setting the
> path of relations. Now I'd like to being able to write join clause in
> advance with respect to the moment I have the the query available , in
> he same way I can write ClauseList in advance. Is there any way?

this sounds like you mean......    j = [SomeClass.someprop,  
SomeOtherClass.someotheroprop]  .....sess.query(SomeClass).join(*j) ? 
  

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

Reply via email to