On 2/27/07, Rick Morrison <[EMAIL PROTECTED]> wrote:
> Shouldn't SA be able to figure out the following joins without needing the
> explicit join params?

no, SA never tries to guess how you want to join things because then
you'd have to add a way to override it when it guesses wrong and it's
simpler to just make things explicit in the first place.

the join function will automatically do FK-based where conditions,
that's probably what you want.

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