diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-05-05 09:16:10 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-05-05 09:20:58 -0400 |
| commit | dc60e7a7d35a470c09ce590f37e949ff8e8cdcde (patch) | |
| tree | 1b4a8eb5701ea62575fc975aa0a1700c553fb03a /doc | |
| parent | db9a2caa43f0e8539bd1b3d8a2522f8018903605 (diff) | |
| download | sqlalchemy-dc60e7a7d35a470c09ce590f37e949ff8e8cdcde.tar.gz | |
add explicit step to set populate_existing for bulk insert
Fixed issue in new :ref:`orm_queryguide_upsert_returning` feature where the
``populate_existing`` execution option was not being propagated to the
loading option, preventing existing attributes from being refreshed
in-place.
Fixes: #9746
Change-Id: I3efcab644e2b5874c6b265d5313f353c051db629
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_20/9746.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9746.rst b/doc/build/changelog/unreleased_20/9746.rst new file mode 100644 index 000000000..55d57925e --- /dev/null +++ b/doc/build/changelog/unreleased_20/9746.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, orm + :tickets: 9746 + + Fixed issue in new :ref:`orm_queryguide_upsert_returning` feature where the + ``populate_existing`` execution option was not being propagated to the + loading option, preventing existing attributes from being refreshed + in-place. |
