Files
sqlalchemy/test/sql
Mike Bayer 58540ae93d 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
2018-06-13 21:38:20 -04:00
..
2017-08-31 17:20:26 -04:00
2017-12-14 13:58:58 -05:00
2017-12-01 16:32:27 -05:00
2018-06-13 21:38:20 -04:00