Connector/ODBC 3.0.2 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: 12 Oct 2017
This is a Stable (GA) release of MariaDB Connector/ODBC 3.0.
MariaDB Connector/ODBC 3.0.2 is built on top ofMariaDB Connector/C 3.0 and uses the binary prepared statement protocol.
For Parameter Arrays operations (column-wise) with INSERT and UPDATE statements, and forSQLBulkOperations
/SQLSetPos
(SQL_ADD/SQL_UPDATE) it uses MariaDB's bulk
operations feature, which allows sending batches of parameter sets, instead of
sending them row by row. This only works with a server version >= MariaDB 10.2.7.
For SQLExecDirect
calls, uses the mariadb_stmt_execute_direct
MariaDB
C API command, which is faster than using mysql_stmt_prepare + mysql_stmt_execute
,
but only with MariaDB 10.2 server.
This release was built with SSL support. You can use SSLKEY, SSLCERT, SSLCA, SSLCAPATH, SSLCIPHER, SSLVERIFY, SSLCRL and SSLCRLPATH connection string/DSN options to configure your connection properties.
Internally, Connector/ODBC 3.0 depends much less on Connector/C internal features than previous versions, with the eventual goal of only using the open Connector/C API. Build with dynamic linking against Connector/C library is now supported.
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?