Release Notes for MariaDB Connector/Python 1.0.9
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 in C and uses MariaDB Connector/C.
MariaDB Connector/Python 1.0.9 was released on 2021-12-21. This release is of General Availability (GA) maturity.
Notable Changes
If an object of the
Connectionclass,ConnectionPoolclass, orCursorclass has been closed, the string representation of the object returned bytp_reprnow shows the status of the object. (CONPY-184)
