diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-26 09:31:36 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-02-27 01:35:26 -0500 |
commit | 40b00498e62d3bf10f75874852bab6d6e0e3a09a (patch) | |
tree | 77c86bd6098758a5391da69088db6008a9a8fae6 /lib/sqlalchemy/sql/selectable.py | |
parent | 8b108297d075ae68178cd18a9cb4d06feee7e075 (diff) | |
download | sqlalchemy-40b00498e62d3bf10f75874852bab6d6e0e3a09a.tar.gz |
include columns from superclasses that indicate "selectin"
Added support for the :paramref:`_orm.Mapper.polymorphic_load` parameter to
be applied to each mapper in an inheritance hierarchy more than one level
deep, allowing columns to load for all classes in the hierarchy that
indicate ``"selectin"`` using a single statement, rather than ignoring
elements on those intermediary classes that nonetheless indicate they also
would participate in ``"selectin"`` loading and were not part of the
base-most SELECT statement.
Fixes: #9373
Change-Id: If8dcba0f0191f6c2818ecd15870bccfdf5ce1112
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
0 files changed, 0 insertions, 0 deletions