Files
sqlalchemy/test/sql
Mike Bayer f90dfd45cd Support JOIN in UPDATE..FROM
The :class:`.Update` construct now accommodates a :class:`.Join` object
as supported by MySQL for UPDATE..FROM.  As the construct already
accepted an alias object for a similar purpose, the feature of UPDATE
against a non-table was already implied so this has been added.

Change-Id: I7b2bca627849384d5377abb0c94626463e4fad04
Fixes: #3645
(cherry picked from commit 58540ae93d)
2018-06-24 11:52:49 -04:00
..
2017-08-31 17:20:26 -04:00
2017-12-01 16:32:27 -05:00
2018-06-24 11:52:49 -04:00