diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2021-08-18 04:56:41 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2021-08-18 04:56:41 +0000 |
| commit | f454499c5dd1449eed3b59a7eca54744bcfe9f3d (patch) | |
| tree | fd5a4799cb5f4003d6b3d528a5db32aa1cf17319 /doc/build | |
| parent | 343b3de0bfb35f4cfb37b445afa0af068ff1f781 (diff) | |
| parent | a7899c44ba15076df8869f5b40d720ccf09d5273 (diff) | |
| download | sqlalchemy-f454499c5dd1449eed3b59a7eca54744bcfe9f3d.tar.gz | |
Merge "rewrite _extra_criteria in selectinload; propagate correctly to Load"
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/unreleased_14/6881.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_14/6881.rst b/doc/build/changelog/unreleased_14/6881.rst new file mode 100644 index 000000000..aab17e396 --- /dev/null +++ b/doc/build/changelog/unreleased_14/6881.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: bug, orm + :tickets: 6881 + + Fixed issue in :func:`_orm.selectinload` where use of the new + :meth:`_orm.PropComparator.and_` feature within options that were nested + more than one level deep would fail to update bound parameter values that + were in the nested criteria, as a side effect of SQL statement caching. + |
