Connector/ODBC 3.2.2 Release Notes

circle-info

Downloadarrow-up-right | Release Notes | Changelog | About MariaDB Connector/ODBCarrow-up-right

Release date: 18 Jun 2024

This is a Stable (GA) release of MariaDB Connector/ODBC 3.2.

MariaDB Connector/ODBC 3.2.2 is built on top of MariaDB Connector/C v.3.4.0.

Notable Changes

  • ODBC-421arrow-up-right - The driver has been moved to use Connector/C 3.4 series driver. The most important change implied by that, is that certificate verification option (SSLVERIFY) is now by default on if encrypted connection is requested by the application.

  • ODBC-163arrow-up-right - Support of new C/C callback system for custom data type conversion. There are 2 types of callbacks - for parameters and result.

    • Parameter callbacks are used for bulk operations and allow to minimize memory use required for data type conversions. Their use controlled by the connection string option PCALLBACK, which is on by default.

    • Result callbacks are designed to make certain types of conversions faster and also reduce memory use, as they can write directly to application buffers and do not allocate intermediate buffers normally required for conversion. The option to turn on result callbacks is RCALLBACK and it is off by default.

  • ODBC-410arrow-up-right - SQLForeignKeys performance optimization. The function could be noticeably slow in the case of a large number of schemas in the database. The optimization makes it significantly faster in such cases.

Issues Fixed

Changelog

For a complete list of every change made in this release, with links to detailed information on each push, see the changelog.

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?