MariaDB Connector/C++ 1.0.4 Release Notes
Release date: 2024-10-21
This is a Stable (GA) release of MariaDB Connector/C++.
For a description of this library see the MariaDB Connector/C++ page.
MariaDB Connector/C++ is 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/J.
MariaDB Connector/C++ implements the MySQL protocol using the MariaDB Connector/C API. This release depends on MariaDB Connector/C 3.3.11.
Bugs Fixed
getMoreResults()
may pick other statement result if the first statement used text protocol (CONCPP-132)
Driver fails to cache multiple results in case other query requires the connection and that will cause "commands out of sync" errors (CONCPP-133)