Release Notes for MariaDB Connector/Python 1.0.7
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 the interface between Python applications and MariaDB Server. MariaDB Connector/Python enables development of Python applications. 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.7 was released on 2021-06-07. This release is of General Availability (GA) maturity.
Issues Fixed
Can result in a hang or crash
Can result in unexpected behavior
Queries that return invalid dates raise exceptions in Python instead of returning
NULL
for the data field. (CONPY-150)