d120 / kifplan

Tool zu Planung einer Bundesfachschaftentagung (Konferenz der Informatikfachschaften)
GNU Affero General Public License v3.0
3 stars 0 forks source link

Update mysqlclient to 1.4.4 #86

Closed pyup-bot closed 4 years ago

pyup-bot commented 5 years ago

This PR updates mysqlclient from 1.4.2.post1 to 1.4.4.

Changelog ### 1.4.4 ``` ====================== Release: 2019-08-12 * ``charset`` option is passed to ``mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset)`` before ``mysql_real_connect`` is called. This avoid extra ``SET NAMES <charset>`` query when creating connection. ====================== ``` ### 1.4.3 ``` ====================== Release: 2019-08-09 * ``--static`` build supports ``libmariadbclient.a`` * Try ``mariadb_config`` when ``mysql_config`` is not found * Fixed warning happend in Python 3.8 (359) * Fixed ``from MySQLdb import *``, while I don't recommend it. (369) * Fixed SEGV ``MySQLdb.escape_string("1")`` when libmariadb is used and no connection is created. (367) * Fixed many circular references are created in ``Cursor.executemany()``. (375) ====================== ```
Links - PyPI: https://pypi.org/project/mysqlclient - Changelog: https://pyup.io/changelogs/mysqlclient/ - Repo: https://github.com/PyMySQL/mysqlclient-python
pyup-bot commented 4 years ago

Closing this in favor of #99