From 32a09ebd18a6f97fdb23cc8a8e212342e6c26291 Mon Sep 17 00:00:00 2001 From: Mingyu Park Date: Sat, 1 Feb 2025 09:17:39 +0900 Subject: [PATCH] Add changelog --- doc/build/changelog/unreleased_20/12117.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/build/changelog/unreleased_20/12117.rst diff --git a/doc/build/changelog/unreleased_20/12117.rst b/doc/build/changelog/unreleased_20/12117.rst new file mode 100644 index 0000000000..a6d1ffc77a --- /dev/null +++ b/doc/build/changelog/unreleased_20/12117.rst @@ -0,0 +1,6 @@ +.. change:: + :tags: bug, dml, mariadb, mysql + :tickets: 12117 + + Fixed a bug where the :class:`MySQLCompiler` would not properly compile statements + that include the ``on_duplicate_key_update`` :class:`InstrumentedAttribute` object. -- 2.47.3