diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-06 16:22:31 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-06 16:23:44 -0500 |
| commit | 1cbaff643f8d524fc0f7b347f659d18a67884f16 (patch) | |
| tree | b3110534200aaea11e16e3e230783f1e76116ada /lib/sqlalchemy/sql/base.py | |
| parent | 76b5981b41618048c4c593bbd9062c34ddc1fa36 (diff) | |
| download | sqlalchemy-1cbaff643f8d524fc0f7b347f659d18a67884f16.tar.gz | |
Disable eager loads for exists()
The :meth:`.Query.exists` method will now disable eager loaders for when
the query is rendered. Previously, joined-eager load joins would be rendered
unnecessarily as well as subquery eager load queries would be needlessly
generated. The new behavior matches that of the :meth:`.Query.subquery`
method.
Fixes: #4032
Change-Id: Iacafc76aa9ae0b71928037fa9637e85ad434ee3a
Diffstat (limited to 'lib/sqlalchemy/sql/base.py')
0 files changed, 0 insertions, 0 deletions
