Instead of isouter argument to Join, have join_type.  Default to
'inner' but could also be 'left', 'right', or 'outer.'  (Or even
'natural' but that might be confusing b/c of Join's default behavior
of joining by FK which is similar to but not the same as natural
join.)

(Of course, it's quite possible that SA already supports full outer
joins and I just missed it, again. :)

-Jonathan

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