Release Notes for MariaDB Connector/Python 1.1.9
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/Python 1.1
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 Python and C and uses MariaDB Connector/C.
MariaDB Connector/Python 1.1.9 was released on 2023-12-22. This release is of General Availability (GA) maturity.
Issues Fixed
Allow to retrieve data from buffered cursor if the connection was already closed before. (CONPY-276)
Instead of releasing non freed objects (cursor and connection) in tp_
dealloc, they are freed now in tp_ finalize to avoid possible crashes. (CONPY-274) Fixed crash in escape_
string of the connection object (CONPY-273)