Hi Michael

On 5 Feb., 17:58, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
> the SQL you want is a string of connected LEFT OUTER JOINs, so you
> have to specify them that way, i.e. in a "string":
>
> s =
> s
> .select_from
> (transactions
> .outerjoin(attr1, ...).outerjoin(attr2, ...).outerjoin(attr3, ...))

Yeah, that did the trick, thanks a lot!

Bernhard

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