Release Notes for MariaDB Connector/Python 1.0.10
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.10 was released on 2022-02-18. This release is of General Availability (GA) maturity.
Issues Fixed
executemany()
withNULL
values fails in fallback mode. When connecting to a server that doesn't support bulk operations (binary protocol), the fallback routine doesn't handleNULL
values correctly. (CONPY-193)When any method or property of an object is called after the object (pool, connection, cursor) has been closed, a crash occurs. (CONPY-188)