Update doc/build/changelog/unreleased_20/11870.rst

This commit is contained in:
Federico Caselli
2024-09-13 20:34:11 +02:00
committed by GitHub
parent 7a7c781411
commit 8fdcabc83b
+1 -1
View File
@@ -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.