For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connector/C++ 1.0.7 Release Notes

Download Now

Release date: 7 Jul 2026

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.19.

Notable Changes

  • CONCPP-153 - Query parameters escaping did not consider if parameter data is encoded in multibyte charset. This could permit SQL injection in case of client side statement preparing(default). The problematic character sets are big5, gbk, sjis, cp932

Bugs Fixed

  • CONCPP-152 - CONC-812 side-effect on temporal types - with binary-protocol reads of DATE/TIME/DATETIME/TIMESTAMP columns the connector would return empty strings.

  • CONCPP-154 - Make LOCAL_INFILE_MODE_AUTO used by the connector if LOCAL INFILE commands are allowed(allowLocalInfile set to true). This is safer mode for use of LOCAL INFILE commands

Installation

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

spinner

Last updated

Was this helpful?