Release Notes for MariaDB Connector/ODBC 3.1.14
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/ODBC 3.1
Topics on this page:
Overview
MariaDB Connector/ODBC is a standard ODBC driver for building cross-platform applications on top of MariaDB database products. It is compliant with ODBC 3.5. It is written in C and uses MariaDB Connector/C.
MariaDB Connector/ODBC 3.1.14 was released on 2021-10-29. This release is of General Availability (GA) maturity.
Notable Changes
MariaDB Connector/ODBC is now based on MariaDB Connector/C 3.2 release series. This release, 3.1.14, is based on MariaDB Connector/C 3.2.4 (ODBC-331)
ODBC Connector package for macOS is now notarized (ODBC-320)
Added new read/write timeout connection string options
READ_TIMEOUT
andWRITE_TIMEOUT
(ODBC-341)
Issues Fixed
MariaDB Connector/ODBC libraries use wrong directories and it breaks packaging (ODBC-311)
Crash in
MultiByteToWideChar
seen on Windows (ODBC-321)MS Excel is not showing system versioned tables (ODBC-324)
String data is truncated when connecting from Excel to MariaDB Server via Microsoft Query (ODBC-326)
Connection errors when the Windows ODBC Data Source name
GUI
(Create New Data Source Dialog) is used to set up the connection to MariaDB Server, because the default port for the GUI is set to 0 (ODBC-334)