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.
- MariaDB Connector/ODBC 3.2.5 is built on top of MariaDB Connector/C v.3.4.4.
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 earlierPREPONCLIENT
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
andSQL_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.