From dc60e7a7d35a470c09ce590f37e949ff8e8cdcde Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 5 May 2023 09:16:10 -0400 Subject: 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 --- doc/build/changelog/unreleased_20/9746.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/9746.rst (limited to 'doc') 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. -- cgit v1.2.1