diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-03 09:55:12 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-05-03 12:30:19 -0400 |
commit | 216de6e7ceb893200fcde6b158c51180866f4004 (patch) | |
tree | 54b2dd3029426621455196b95eb58557cbf4c5ac /lib/sqlalchemy/dialects/sqlite/pysqlite.py | |
parent | ee7a82d71783bf71f3a95550624740e908d178a0 (diff) | |
download | sqlalchemy-216de6e7ceb893200fcde6b158c51180866f4004.tar.gz |
loader strategy regression fixes
Fixed regression where using :func:`_orm.selectinload` and
:func:`_orm.subqueryload` to load a two-level-deep path would lead to an
attribute error.
Fixed regression where using the :func:`_orm.noload` loader strategy in
conjunction with a "dynamic" relationship would lead to an attribute error
as the noload strategy would attempt to apply itself to the dynamic loader.
Fixes: #6419
Fixes: #6420
Change-Id: I933b208f16a9723f6ebeab7addbe118903a1f8f5
Diffstat (limited to 'lib/sqlalchemy/dialects/sqlite/pysqlite.py')
0 files changed, 0 insertions, 0 deletions