From: Tobias Petersen Date: Fri, 13 Sep 2024 17:20:26 +0000 (+0200) Subject: Added changelog entry for fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7c781411c7d862ceb343daa7e4a4f1dea749bd;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added changelog entry for fix --- diff --git a/doc/build/changelog/unreleased_20/11870.rst b/doc/build/changelog/unreleased_20/11870.rst new file mode 100644 index 0000000000..b3dc6c4729 --- /dev/null +++ b/doc/build/changelog/unreleased_20/11870.rst @@ -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. +