Files
sqlalchemy/test/sql
Mike Bayer 901f7a2b53 pass asfrom correctly in compilers
Fixed an argument error in the default and PostgreSQL compilers that
would interfere with an UPDATE..FROM or DELETE..FROM..USING statement
that was then SELECTed from as a CTE.

The incorrect pattern was also fixed in the mysql and sybase dialects.
MySQL supports CTEs but not "returning".

Fixes: #6303
Change-Id: Ic94805611a5ec443749fb6b1fd8a1326b0d83ef7
2021-04-17 00:37:47 -04:00
..
2021-04-17 00:37:47 -04:00
2021-04-01 18:55:37 -04:00