MariaDB Connector/ODBC 3.2.0 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: 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 of MariaDB 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 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.

Comments

Comments loading...
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.