MariaDB ODBC Connector 3.2.6 and 3.1.22 now available
Posted on May 30, 2025 by Daniel Bartholomew

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/ODBC 3.2.6 release.
Release Notes
MariaDB Connector/ODBC 3.2.6
MariaDB Connector/ODBC 3.2.6 is a Stable (GA) release.
Notable changes in this release include:
- MariaDB Connector/ODBC 3.2.6 is built on top of MariaDB Connector/C v.3.4.5.
- Introduced option TRUNCDT to skip time truncation error. Setting it to a non-zero value makes the connector not return an error on date/time type parameter value truncation. These are when the value for SQL_TIME contains a fractional part, or for when SQL_DATE contains a non-zero time. In particular, that permits inserting a value with a fractional part into the TIME field which in MariaDB can have a fractional part as the ODBC SQL_TIME type
- Fixes for various issues
MariaDB Connector/ODBC 3.1.22
MariaDB Connector/ODBC 3.1.22 is a Stable (GA) release.
Notable changes in this release include:
- MariaDB Connector/ODBC 3.1.22 is built on top of MariaDB Connector/C v.3.3.15.
- Introduced option TRUNCDT to skip time truncation error. Setting it to a non-zero value makes the connector not return an error on date/time type parameter value truncation. These are when the value for SQL_TIME contains a fractional part, or for when SQL_DATE contains a non-zero time. In particular, that permits inserting a value with a fractional part into the TIME field which in MariaDB can have a fractional part as the ODBC SQL_TIME type
- Fixes for various issues
See the release notes pages for more details and visit mariadb.com/downloads/connectors/connectors-data-access/odbc-connector/ to download.