mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-06 17:01:07 -04:00
9ea3be0681
Fixed regression caused by 🎫`7471` leading to a SQL compilation issue where name disambiguation for two same-named FROM clauses with table aliasing in use at the same time would produce invalid SQL in the FROM clause with two "AS" clauses for the aliased table, due to double aliasing. Fixes: #12451 Change-Id: I981823f8f2cdf3992d65ace93a21fc20d1d74cda