diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-01 18:16:39 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-03 09:34:14 -0500 |
commit | d995af71980b1f887f2f374580d1341d72cc3442 (patch) | |
tree | ab5c754f9b25e5e0448e5aa69cc92713e88a9bbb /test/ext/asyncio/test_engine_py3k.py | |
parent | d84e6f8f3c6a346daaa021440a6804ce37f3cb56 (diff) | |
download | sqlalchemy-d995af71980b1f887f2f374580d1341d72cc3442.tar.gz |
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
Diffstat (limited to 'test/ext/asyncio/test_engine_py3k.py')
0 files changed, 0 insertions, 0 deletions