Mysqlclient

Latest version: v2.2.7

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

Scan your dependencies

Page 5 of 7

1.3.11

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

Support MariaDB 10.2 client library (197, 177, 200)

Add NEWDECIMAL to the NUMBER DBAPISet (167)

Allow bulk insert which no space around `VALUES` (179)

Fix leak of `connection->converter`. (182)

Support error `numbers > CR_MAX_ERROR` (188)

Fix tuple argument support (145)


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

1.3.10

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

Added `binary_prefix` option (disabled by default) to support
`_binary` prefix again. (134)

Fix SEGV of `_mysql.result()` when argument's type is unexpected. (138)

Deprecate context interface of Connection object. (149)

Don't use workaround of `bytes.decode('ascii', 'surrogateescape')` on Python 3.6+. (150)


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

1.3.9

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

Revert adding `_binary` prefix for bytes/bytearray parameter. It broke backward compatibility.

Fix Windows compile error on MSVC.


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

1.3.8

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

Update error constants (113)

Use `_binary` prefix for bytes/bytearray parameters (106)

Use mysql_real_escape_string_quote() if exists (109)

Better Warning propagation (101)

Fix conversion error when mysql_affected_rows returns -1

Fix Cursor.callproc may raise TypeError (90, 91)

connect() supports the 'database' and 'password' keyword arguments.

Fix accessing dangling pointer when using ssl (78)

Accept %% in Cursor.executemany (83)

Fix warning that caused TypeError on Python 3 (68)

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

1.3.7

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

Support link args other than '-L' and '-l' from mysql_config.

Missing value for column without default value cause IntegrityError. (33)

Support BIT type. (38)

More tests for date and time columns. (41)

Fix calling .execute() method for closed cursor cause TypeError. (37)

Improve performance to parse date. (43)

Support geometry types (49)

Fix warning while multi statement cause ProgrammingError. (48)


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

1.3.6

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

Fix escape_string() doesn't work.

Remove `Cursor.__del__` to fix uncollectable circular reference on Python 3.3.

Add context manager support to `Cursor`. It automatically closes cursor on `__exit__`.

.. code-block::

with conn.cursor() as cur:
cur.execute("SELECT 1+1")
print(cur.fetchone())
cur is now closed


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

Page 5 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.