> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/connectors/odbc/3.2/3.2.1.md).

# Connector/ODBC 3.2.1 Release Notes

{% hint style="info" %}

<p align="center">The most recent release of <a href="/spaces/CjGYMsT2MVP4nd3IyW2L/pages/ay1ymzmBVFPQWJNkKatV">MariaDB Connector/ODBC</a> is: <a href="/pages/l4AQOEZyCNhjXNysTeRf"><strong>3.2.9</strong></a></p>

<p align="center"><a href="https://mariadb.com/downloads/connectors/connectors-data-access/odbc-connector" class="button primary">Download Connector/ODBC 3.2.9</a></p>
{% endhint %}

[Download](https://mariadb.com/downloads/connectors/connectors-data-access/odbc-connector/) | [Release Notes](/docs/release-notes/connectors/odbc/3.2/3.2.1.md) | [Changelog](/docs/release-notes/connectors/odbc/changelogs/3.2/3.2.1.md) | [About MariaDB Connector/ODBC](/docs/connectors/mariadb-connector-odbc.md)

**Release date:** 1 Dec 2023

This is a [Release Candidate (RC)](/docs/release-notes/community-server/about/release-criteria.md) release of MariaDB Connector/ODBC 3.2.

**Do not use non-stable (non-GA) releases in production!**

MariaDB Connector/ODBC 3.2.1 is built on top of [MariaDB Connector/C v.3.3.8](/docs/release-notes/connectors/c/3.3/3.3.8.md).

## Notable Changes

* [ODBC-66](https://jira.mariadb.org/browse/ODBC-66) - Support ODBC 3.8 standard\
  The driver is now compliant with ODBC standard version 3.8. Mainly that means implementation of SQLCancelHandle API function and SQL\_ATTR\_RESET\_CONNECTION connection attribute support.
* [ODBC-397](https://jira.mariadb.org/browse/ODBC-397) - Add Prepared Statement Cache to the Connector.\
  The driver now uses cache for server side prepared statements, that allows not to re-prepare statements, but use them from the cache. Application can configure the cache with PSCACHESIZE and MAXCACHEKEY connection string options. The former sets the size of the cache, i.e. the number of statements that will be cached, the latter is the maximal size of the cache key, that effectively limits the maximum query length, that will be the value of `MAXCACHEKEY - length of the current schema name - 1`.
* Connector/ODBC is now available as RPM and DEB packages for selected platforms(RHEL, Ubuntu, Debian)
* Improved protocol resilience in case of resultset streaming. In the version 3.1 if the resultset streaming is used, it will block the connection, and the driver will return error on any new query. The 3.2.1 driver in this case will cache the rest of currently streamed resultset, and execute the new query without error

## Bug Fixes

* [ODBC-389](https://jira.mariadb.org/browse/ODBC-389) - alloc-dealloc-mismatch in MADB\_DbcFree
* [ODBC-394](https://jira.mariadb.org/browse/ODBC-394) - Transaction Isolation with 11.1.1 server
* [ODBC-395](https://jira.mariadb.org/browse/ODBC-395) - Transaction Isolation Level is not applied if set before connect
* [ODBC-401](https://jira.mariadb.org/browse/ODBC-401) - SQLCancel won't work in case of encrypted connection, and in some other cases

## Changelog

For a complete list of every change made in this release, with links to detailed information on each push, see the [changelog](/docs/release-notes/connectors/odbc/changelogs/3.2/3.2.1.md).

<sub>*This page is: Copyright © 2026 MariaDB. All rights reserved.*</sub>

{% @marketo/form formid="4316" formId="4316" %}
