Re: [sqlalchemy] Update clause with alias name

2016-06-24 Thread Mike Bayer
On 06/24/2016 11:49 AM, T Johnson wrote: I'm using SQLAlchemy Core. A user prepares an "on" expression for a join query and passes it to a function. The goal of the function is to hide some messy details the must be done to perform the join. Part of these details include doing a subselect.

[sqlalchemy] Update clause with alias name

2016-06-24 Thread T Johnson
I'm using SQLAlchemy Core. A user prepares an "on" expression for a join query and passes it to a function. The goal of the function is to hide some messy details the must be done to perform the join. Part of these details include doing a subselect. So in the implentation, the subselect is