diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-28 17:57:48 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-28 17:57:48 -0400 |
commit | fa5522547150687c9b3cd41d28df08ab0512b5b2 (patch) | |
tree | 7190563b7a1c282a6b2bde3414a58a54e5e2ee56 /lib/sqlalchemy/util/langhelpers.py | |
parent | 9f4caf97b0172065fdf0f6da8f073d72abf8fd84 (diff) | |
download | sqlalchemy-fa5522547150687c9b3cd41d28df08ab0512b5b2.tar.gz |
- Made a small adjustment to the mechanics of lazy loading,
such that it has less chance of interfering with a joinload() in the
very rare circumstance that an object points to itself; in this
scenario, the object refers to itself while loading its attributes
which can cause a mixup between loaders. The use case of
"object points to itself" is not fully supported, but the fix also
removes some overhead so for now is part of testing.
fixes #3145
Diffstat (limited to 'lib/sqlalchemy/util/langhelpers.py')
0 files changed, 0 insertions, 0 deletions