Connector/ODBC 3.2.0 Release Notes
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 21 Apr 2023
This is a alpha release of MariaDB Connector/ODBC 3.2.
Do not use alpha releases in production!
MariaDB Connector/ODBC 3.2.0 is built on top ofMariaDB Connector/C v.3.3.2, and contains all fixes and changes from MariaDB Connector/ODBC v.3.1.18
Notable Changes
ODBC-222 - SQLExecDirect ODBC API function now uses text protocol and client side prepared statements(CSPS). That can be automatically switched to use of binary protocol and server side prepared statement(SSPS) if necessary(for example for CALL statement). ODBC API function SQLPrepare uses by default SSPS, but it can switch to CSPS, for example in case of multistatement query. The connection string option
PREPONCLIENT
to use CSPS by default also in SQLPrepare has been added. In some cases driver will still revert to use of SSPS even if this option is selected. One example of such case is a request of resultset metadata before SQLExecute API function call.ODBC-86 - parameter array operations are now optimized also for the case of text protocol and CSPS use. i.e. driver can construct batch of queries based on values in parameter arrays for sending it via text protocol. Sending parameter arrays via binary protocol is supported already in 3.1 version and is preferable way for this operation.
ODBC-290 - Cursor type now defaults to SQL_CURSOR_FORWARD_ONLY as it is required by specs. 3.1.x series has default cursor type SQL_CURSOR_STATIC
ODBC-298 - NULL value of catalog name parameter of SQLTables ODBC API function is now treated as "current schema" by default, and not as "any schema"
ODBC-388 - Support of connection attributes. For setting connection attributes the
ATTR
connection string option can be used in following format
ATTR={<attrname1>=<attrvalue1>[,<attrname2=attrvalue2,...]}
Changelog
For a complete list of every change made in this release, with links to detailed information on each push, see thechangelog.
This page is: Copyright © 2025 MariaDB. All rights reserved.
Last updated
Was this helpful?