Re: [sqlalchemy] Applying joins sequentially to select objects

2016-06-16 Thread Mike Bayer
On 06/15/2016 09:53 PM, Kevin Murphy wrote: Hi, Is it possible to repeatedly add column expressions to a select object, where the column expression involves outer joins? Ideally I'd like there to be a several transformation functions that operate on the same select object in a chain. So far,

[sqlalchemy] Applying joins sequentially to select objects

2016-06-15 Thread Kevin Murphy
Hi, Is it possible to repeatedly add column expressions to a select object, where the column expression involves outer joins? Ideally I'd like there to be a several transformation functions that operate on the same select object in a chain. So far, the closest I've come is for the