Mysqlclient

Latest version: v2.2.7

Safety actively analyzes 723882 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 7

2.2.1

======================

Release: 2023-12-13

* ``Connection.ping()`` avoid using ``MYSQL_OPT_RECONNECT`` option until
``reconnect=True`` is specified. MySQL 8.0.33 start showing warning
when the option is used. (664)
* Windows: Update MariaDB Connector/C to 3.3.8. (665)
* Windows: Build wheels for Python 3.12 (644)


======================

2.2.0

======================

Release: 2023-06-22

* Use ``pkg-config`` instead of ``mysql_config`` (586)
* Raise ProgrammingError on -inf (557)
* Raise IntegrityError for ER_BAD_NULL. (579)
* Windows: Use MariaDB Connector/C 3.3.4 (585)
* Use pkg-config instead of mysql_config (586)
* Add collation option (564)
* Drop Python 3.7 support (593)
* Use pyproject.toml for build (598)
* Add Cursor.mogrify (477)
* Partial support of ssl_mode option with mariadbclient (475)
* Discard remaining results without creating Python objects (601)
* Fix executemany with binary prefix (605)

======================

2.1.1

======================

Release: 2022-06-22

* Fix qualname of exception classes. (522)
* Fix range check in ``MySQLdb._mysql.result.fetch_row()``. Invalid ``how`` argument caused SEGV. (538)
* Fix docstring of ``_mysql.connect``. (540)
* Windows: Binary wheels are updated. (541)
* Use MariaDB Connector/C 3.3.1.
* Use cibuildwheel to build wheels.
* Python 3.8-3.11

======================

2.1.0

======================

Release: 2021-11-17

* Add ``multistatement=True`` option. You can disable multi statement. (500).
* Remove unnecessary bytes encoder which is remained for Django 1.11
compatibility (490).
* Deprecate ``passwd`` and ``db`` keyword. Use ``password`` and ``database``
instead. (488).
* Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (508)
* ``set_character_set()`` sends ``SET NAMES`` query always. This means
all new connections send it too. This solves compatibility issues
when server and client library are different version. (509)
* Remove ``escape()`` and ``escape_string()`` from ``MySQLdb`` package.
(511)
* Add Python 3.10 support and drop Python 3.5 support.

======================

2.0.3

======================

Release: 2021-01-01

* Add ``-std=c99`` option to cflags by default for ancient compilers that doesn't
accept C99 by default.
* You can customize cflags and ldflags by setting ``MYSQLCLIENT_CFLAGS`` and
``MYSQLCLIENT_LDFLAGS``. It overrides ``mysql_config``.

======================

2.0.2

======================

Release: 2020-12-10

* Windows: Update MariaDB Connector/C to 3.1.11.
* Optimize fetching many rows with DictCursor.

======================

Page 2 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.