From: Mingyu Park Date: Sat, 1 Feb 2025 00:17:39 +0000 (+0900) Subject: Add changelog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32a09ebd18a6f97fdb23cc8a8e212342e6c26291;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add changelog --- 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.