---
title: "MariaDB ODBC Connector 3.2.6 and 3.1.22 now available"
publish_date: 2025-05-30
author: "Daniel Bartholomew"
tags:
  - name: "Connector releases"
    url: "/resources/blog/tag/connector-releases.md"
  - name: "MariaDB Connector/ODBC"
    url: "/resources/blog/tag/mariadb-connector-odbc.md"
---

# MariaDB ODBC Connector 3.2.6 and 3.1.22 now available

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/ODBC 3.2.6 release.

[Download Now](https://staging-mdb.com/downloads/connectors/connectors-data-access/odbc-connector/)

## Release Notes

### MariaDB Connector/ODBC 3.2.6

- [Full Release Notes for MariaDB Connector/ODBC 3.2.6](https://staging-mdb.com/kb/en/mariadb-connector-odbc-3-2-6-release-notes/)

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

- [Full Release Notes for MariaDB Connector/ODBC 3.1.22](https://staging-mdb.com/kb/en/mariadb-connector-odbc-3-1-22-release-notes/)

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/](https://staging-mdb.com/downloads/connectors/connectors-data-access/odbc-connector/) to download.