MariaDB Connector/ODBC 3.2.1 Release Notes

The most recent Stable (GA) release of MariaDB Connector/ODBC is:
MariaDB Connector/ODBC 3.1.20

Download Release Notes Changelog About MariaDB Connector/ODBC

Release date: 1 Dec 2023

This is a Release Candidate (RC) 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.

Notable Changes

  • 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 - 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 - alloc-dealloc-mismatch in MADB_DbcFree
  • ODBC-394 - Transaction Isolation with 11.1.1 server
  • ODBC-395 - Transaction Isolation Level is not applied if set before connect
  • 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.


Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.

MariaDB may already be included in your favorite OS distribution. More information can be found on the Distributions which Include MariaDB page.

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.