Release Notes for MariaDB Connector/Python 1.0.11
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/Python 1.0
Topics on this page:
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 anINSERT ... RETURNING
statement, a result set is not returned. (CONPY-194)When a
Cursor
object is closed, the corresponding reference counter in theConnection
object is not decremented, so a memory leak can occur. (CONPY-196)