Re: [sqlalchemy] Dinamically adding an outer join to an existing select

2015-10-24 Thread Mike Bayer
On 10/24/15 4:19 PM, Lele Gaifax wrote: > Hi all, > > I'd like to learn a trick that would allow me to don't-repeat-myself: in my > current project, I have the noble goal of replacing MySQL with PostgreSQL. As > this is obviously an on-going effort, I need to keep existing code in working >

[sqlalchemy] Dinamically adding an outer join to an existing select

2015-10-24 Thread Lele Gaifax
Hi all, I'd like to learn a trick that would allow me to don't-repeat-myself: in my current project, I have the noble goal of replacing MySQL with PostgreSQL. As this is obviously an on-going effort, I need to keep existing code in working order. I have several queries built dynamically, using a