MariaDB C++ Connector 1.1.6 and 1.0.5 now available

spacer

MariaDB is pleased to announce the immediate availability of the MariaDB Connector/C++ 1.1.6 and 1.0.5 releases.

Download Now

Release Notes

MariaDB Connector/C++ 1.1.6

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

Notable changes in this release include:

  • The Driver now always caches all binary results to avoid an access violation error while using a result-set created with server prepared statements after the connection object has been closed
  • Reconnect and reset methods in the Connection interface are deprecated
  • If trustServerCertificate is true (this is default) the connector will explicitly disable certificate verification. This enables the connector to work with Connector/C v.3.4 for unencrypted connections on the platforms where Connector/C is linked dynamically. Setting this option to false enables certificate verification
  • Fixed possible crash in case of use of setBytes() method if passed sql::bytes object did not own the bytes array, but referenced C array
  • Fixes for various issues

MariaDB Connector/C++ 1.0.5

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

Notable changes in this release include:

  • The Driver now always caches all binary results to avoid an access violation error while using a result-set created with server prepared statements after the connection object has been closed
  • Reconnect and reset methods in the Connection interface are deprecated
  • If trustServerCertificate is true (this is default) the connector will explicitly disable certificate verification. This enables the connector to work with Connector/C v.3.4 for unencrypted connections on the platforms where Connector/C is linked dynamically. Setting this option to false enables certificate verification
  • Fixed possible crash in case of use of setBytes() method if passed sql::bytes object did not own the bytes array, but referenced C array
  • Fixes for various issues

See the release notes page for more details and visit staging-mdb.com/downloads/connectors/connectors-data-access/cpp-connector/ to download.