MariaDB Python Connector 1.0.11 now available
Posted on April 12, 2022 by Daniel Bartholomew
MariaDB is pleased to announce the immediate availability of the MariaDB Connector/Python 1.0.11 release.
Release Notes
MariaDB Connector/Python 1.0.11
MariaDB Connector/Python 1.0.11 is a stable (GA) release.
Issues fixed in this release include:
- When the executemany() method is used to execute an INSERT … RETURNING statement, a result set is not returned.
- When a Cursor object is closed, the corresponding reference counter in the Connection object is not decremented, so a memory leak can occur.
See the release notes page for more details and visit mariadb.com/downloads/connectors/connectors-data-access/python-connector/ to download.