Release date: 30 May 2025
This is a Stable (GA) release of MariaDB Connector/ODBC 3.2.
MariaDB Connector/ODBC 3.2.6 is built on top of MariaDB Connector/C v.3.4.5.
- Crash in SQLExecDirect on UPDATE statement with array of parameters
- The destructor releasing server side prepared statement could throw and this exception would not be caught
- MS Access won't work with the linked table if best row id is BIGINT
- MS Access shows record with AUTO_INCREMENT primary key as #Deleted after insert that does not specify that field value
- SQLExecDirect on array of parameters could issue multistatement query even if multistatement option had not been selected for the connection.
- Multiple issues with current implementation of SQLCancel
- SQLCancel could run on already dropped statement due to race condition
- Possible crash in SQLCancelHandle
- Introduced option TRUNCDT to skip time truncation error. Setting it to non-zero value makes connector not to return error on date/time type parameter value truncation. These are when value for SQL_TIME contains fractional part, or for SQL_DATE contains non-zero time. In particular, that permits to insert value with fractional part into TIME field which in MariaDB can have fractional part as ODBC SQL_TIME type
For a complete list of every change made in this release, with links to detailed information on each push, see the .