diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-04-16 08:56:17 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-04-16 11:29:53 -0400 |
commit | b73fc8f874da94c9c5b2d94feb6b1b45b7f4f02b (patch) | |
tree | a008891963604495c33205f3fcc0f92aba623592 /lib/sqlalchemy/dialects/postgresql/base.py | |
parent | b3d764fa768756cd7aef73253ccceac456c76c81 (diff) | |
download | sqlalchemy-b73fc8f874da94c9c5b2d94feb6b1b45b7f4f02b.tar.gz |
synonym fixes and enhancements
Fixed regression where an attribute that is mapped to a
:func:`_orm.synonym` could not be used in column loader options such as
:func:`_orm.load_only`.
Established support for :func:`_orm.synonym` in conjunction with hybrid
property, associationproxy, including that synonyms can be established
linking to these constructs which work fully. This is a behavior that was
semi-explicitly disallowed previously, however since it did not fail in
every scenario, explicit support for assoc proxy and hybrids has been
added.
Fixes: #6272
Fixes: #6267
Change-Id: Ie75bb3b535feeb6ccf3f6a391f21b69f241e625e
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
0 files changed, 0 insertions, 0 deletions