Release Notes for MariaDB Connector/Python 1.0.10

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() with NULL values fails in fallback mode. When connecting to a server that doesn't support bulk operations (binary protocol), the fallback routine doesn't handle NULL 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)