Files
sqlalchemy/test
Mike Bayer d995af7198 Fixed regression when using from_statement in orm context.
Fixed regression when using :meth:`_sql.Select.from_statement` in an ORM
context, where matching of columns to SQL labels based on name alone was
disabled for ORM-statements that weren't fully textual. This would prevent
arbitrary SQL expressions with column-name labels from matching up to the
entity to be loaded, which previously would work within the 1.4
and previous series, so the previous behavior has been restored.

Fixes: #9217
Change-Id: I5f7ab9710a96a98241388883365e56d308b4daf2
2023-02-03 09:34:14 -05:00
..
2023-01-11 20:24:29 +01:00
2022-11-16 23:03:04 +01:00
2022-03-04 16:28:31 -05:00