On Jun 1, 2007, at 1:24 PM, Michael Bayer wrote:

> and we can even bring back a modified version "auto-descend" in that
> case:
>
> query(A).filter_by(C, lala=5)
>
> since above its not ambiguous.

actually, scratch that.  C can be related to multiple times.   also  
its ambigious if you want "autojoin" to kick in or to use joins that  
are already within the from clause.

so i modify my proposal to just whack auto-join period.

filter_by(class, **kwargs)  will strictly create criterion against  
class's table using the **kwargs.  to make the joins you use join().   
no "joinpoint" is set up.

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