]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added changelog entry for fix
authorTobias Petersen <tobias.petersen@mikrodust.com>
Fri, 13 Sep 2024 17:20:26 +0000 (19:20 +0200)
committerTobias Petersen <tobias.petersen@mikrodust.com>
Fri, 13 Sep 2024 17:20:26 +0000 (19:20 +0200)
doc/build/changelog/unreleased_20/11870.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_20/11870.rst b/doc/build/changelog/unreleased_20/11870.rst
new file mode 100644 (file)
index 0000000..b3dc6c4
--- /dev/null
@@ -0,0 +1,9 @@
+.. change::
+    :tags: bug, mysql
+    :tickets: 11870
+
+    AddedFixed discepancy between mysqlclient and mariadbconnector where the
+    latter didn't merge url query options with the other args preventing options
+    like  ``?unix_socket=/path/to/socket.sock"`` being passed to the driver that
+    way. Pull request courtesy Tobias Alex-Petersen.
+