MariaDB Connector/C++ 1.1.5 Release Notes

The most recent Stable (GA) release of MariaDB Connector/C++ is:MariaDB Connector/C++ 1.1.6

Download Now

Release date: 2024-08-27

This is a Stable (GA) release of MariaDB Connector/C++.

This is a GA release of the MariaDB Connector/C++ 1.1 series, the interface between C++ applications, and MariaDB Server. MariaDB Connector/C++ enables development of C++ applications using a JDBC-based API, which is also used by MariaDB Connector/JDBC.

MariaDB Connector/C++ in its current implementation uses the MariaDB protocol via the MariaDB Connector/C API. Connector/C 3.3.11 is used in this release.

Bugs Fixed

  • getMoreResults() could pick other statement's result (CONCPP-132)

  • Driver failed to cache multiple results, i.e., if application executed a query while other query hadn't iterated thru all its results, the connection would get out of sync (CONCPP-133)

Installation

This page is: Copyright © 2025 MariaDB. All rights reserved.

Last updated

Was this helpful?