This is a read-only copy of the MariaDB Knowledgebase generated on 2025-02-21. For the latest, interactive version please visit https://mariadb.com/kb/.

MariaDB Connector/ODBC 3.2.5 Release Notes

Download Release Notes Changelog About MariaDB Connector/ODBC

Release date: 14 Feb 2025

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

Notable Changes

MariaDB ODBC drivers of 3.2 series can use both text and binary protocol, i.e. prepare statements on the client or on the server side, with text protocol being the default for direct execution(SQLExecDirect() function) and binary protocol for prepared statements(SQLPrepare()+SQLExecute() functions). This release provides applications more control on what protocol to be used

  • ODBC-451 - Introduced connection string option EDSERVER to force SQLExecDirect to use server side prepared statements(SSPS)/binary protocol. This option compliments introduced earlier PREPONCLIENT option making SQLPrepare+SQLExecute to prepare query on the client side
  • ODBC-452 - Added statement and connection attributes to control where queries are prepared by SQLExecDirect and SQLPrepare. These attributes are MariaDB specific, i.e. they will be ignored by other ODBC drivers. The attribute type values are SQL_ATTR_EXECDIRECT_ON_SERVER=25100 and SQL_ATTR_PREPARE_ON_CLIENT=25101. Setting of connection attributes are equivalent of using of connection string options mentioned above. Statement attributes allow to do the same at the statement level. You can read more at dedicated section of the article about MariaDB Connector/ODBC

Issues Fixed

  • ODBC-446 - Wrong naming pattern for deb packages assembled by cpack
  • ODBC-447 - When trying to use ODBC command FillSchema I get a crash every time / module faulting
  • ODBC-449 - Milliseconds are truncated
  • ODBC-450 - GPF on modifying VarChar-Field with more than 4001 Bytes after calling any Stored Procedure
  • ODBC-454 - SQLForeignKeys reports error

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.