]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add changelog 12296/head
authorMingyu Park <mingyuu.dev@gmail.com>
Sat, 1 Feb 2025 00:17:39 +0000 (09:17 +0900)
committerMingyu Park <mingyuu.dev@gmail.com>
Sat, 1 Feb 2025 00:17:39 +0000 (09:17 +0900)
doc/build/changelog/unreleased_20/12117.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/12117.rst b/doc/build/changelog/unreleased_20/12117.rst
new file mode 100644 (file)
index 0000000..a6d1ffc
--- /dev/null
@@ -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.