diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-04-26 18:50:05 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-08-23 12:46:41 -0400 |
commit | 2fc7078a08db057ea7e43991205aaee5562d7fd3 (patch) | |
tree | fb4f227072d50d8e493b988832fc0b4c2771664b /lib/sqlalchemy/testing/assertsql.py | |
parent | e429ef1d31343b99e885f58a79800ae490155294 (diff) | |
download | sqlalchemy-2fc7078a08db057ea7e43991205aaee5562d7fd3.tar.gz |
Run eager loaders on unexpire
Eager loaders, such as joined loading, SELECT IN loading, etc., when
configured on a mapper or via query options will now be invoked during
the refresh on an expired object; in the case of selectinload and
subqueryload, since the additional load is for a single object only,
the "immediateload" scheme is used in these cases which resembles the
single-parent query emitted by lazy loading.
Change-Id: I7ca2c77bff58dc21015d60093a88c387937376b2
Fixes: #1763
Diffstat (limited to 'lib/sqlalchemy/testing/assertsql.py')
0 files changed, 0 insertions, 0 deletions