From: Federico Caselli Date: Fri, 13 Sep 2024 18:34:11 +0000 (+0200) Subject: Update doc/build/changelog/unreleased_20/11870.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdcabc83b548e3fc19aa1625035d43ebc0e1875;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update doc/build/changelog/unreleased_20/11870.rst --- diff --git a/doc/build/changelog/unreleased_20/11870.rst b/doc/build/changelog/unreleased_20/11870.rst index b3dc6c4729..17b54773ec 100644 --- a/doc/build/changelog/unreleased_20/11870.rst +++ b/doc/build/changelog/unreleased_20/11870.rst @@ -2,7 +2,7 @@ :tags: bug, mysql :tickets: 11870 - AddedFixed discepancy between mysqlclient and mariadbconnector where the + Fixed 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.