Release Notes for MariaDB Connector/Python 1.0.11

Overview

MariaDB Connector/Python is a native MariaDB connector for building Python applications on MariaDB. It is compliant with Python DB API 2.0 (PEP-249). It is written partly in C and uses MariaDB Connector/C.

MariaDB Connector/Python 1.0.11 was released on 2022-04-12. This release is of General Availability (GA) maturity.

Issues Fixed

  • When the executemany() method is used to execute an INSERT ... RETURNING statement, a result set is not returned. (CONPY-194)

  • When a Cursor object is closed, the corresponding reference counter in the Connection object is not decremented, so a memory leak can occur. (CONPY-196)