MariaDB Connector/Python 1.0.1 Release Notes

You are viewing an old version of this article. View the current version here.

Download Release Notes Changelog Connector/Python Overview

Release date: 18 August 2020

This is a Stable (GA) release of the MariaDB Connector/Python.

MariaDB Connector/Python enables python programs to access MariaDB and MySQL databases, using an API which is compliant with the Python DB API 2.0 (PEP-249). It is written in C and uses MariaDB Connector/C client library for client server communication.

Notable Updates

  • CONPY-107: Negative time values are now converted to datetime.timedelta
  • CONPY-106: Exception types are choosen now by error number instead of SQL state.
  • CONPY-105: Changed behavior of rowcount and lastrowid to be conformant with PEP-249
  • CONPY-102: Autocommit is set OFF by default. Added an option autocommit for connect() method.
  • CONPY-101: Fixed negative reference count in cursor.callproc()
  • CONPY-100: Added binary option for cursor, which allows to use binary protocol without passing parameters
  • CONPY-99: Fixed memory leak in fetchall()
  • CONPY-98: CAST AS BINARY doesn't return binary object
  • CONPY-95: Added support for MYSQL_TYPE_BIT
  • CONPY-94: Added missing support for subtypes of Python Classes
  • CONPY-93: Python memory allocation without holding the GIL
  • CONPY-85: Fixed version checking of Connector/C in setup routine
  • CONPY-83: Added missing reference incrementing in ConnectionPool
  • CONPY-82: Unlock mutex, if the attempt to add a new connection to connection pool fails

Changelog

For a list of changes made in this release, with links to detailed information on each push, see the changelog.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.