Files
sqlalchemy/test/sql
Mike Bayer 9ea3be0681 skip FROM disambiguation for immediate alias of table
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
2025-03-19 18:30:21 -04:00
..
2021-11-24 22:51:27 -05:00
2023-05-09 20:23:48 -04:00
2024-12-09 14:29:26 -05:00
2025-02-05 14:08:51 -05:00
2024-01-31 21:54:59 +01:00
2024-01-31 21:54:59 +01:00
2025-03-05 20:41:48 +01:00