MySQL Forums
Forum List  »  Announcements

MySQL Connector/C++ 1.1.3 has been released
Posted by: Surya Narayana Murthy Narkedimilli
Date: April 08, 2013 08:00AM

Dear MySQL Users,

A new GA (general availability) version of MySQL Connector/C++ has
been made available: MySQL Connector/C++ 1.1.3 GA. The MySQL
Connector/C++ provides a C++ API for connecting client applications to
the MySQL Server 5.1 or newer. You can download the production release
at:

 http://dev.mysql.com/downloads/connector/cpp/1.1.html

This MySQL driver for C++ offers an easy to use API by providing
developers interfaces similar those in JDBC 4.0. It's also good to know
that Connector/C++ has been used within MySQL Workbench successfully for
years.

We have improved the driver since the last GA release. Please see the
documentation and the CHANGES file in the source distribution for a
detailed description of bugs that have been fixed. Bug descriptions are
also listed below.

Enjoy!

The MySQL build team at Oracle

==========

Changes in MySQL Connector/C++ 1.1.3 (April 8, 2013)

   Functionality Added or Changed

     * Connector/C++ now supports an OPT_ENABLE_CLEARTEXT_PLUGIN
       connection option. If true, it enables the client-side
       cleartext authentication plugin. This client-side plugin is
       required, for example, for accounts that use the PAM
       server-side authentication plugin. (Bug #16520952)

   Bugs Fixed

     * MySQL_ConnectionMetaData::getBestRowIdentifier() considered
       only PRIMARY KEY columns usable for row identifiers. It now
       also considers UNIQUE NOT NULL columns suitable for the same
       purpose. (Bug #16277170)

Thanks,
MySQL Release Engineering Team

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/C++ 1.1.3 has been released
2864
April 08, 2013 08:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.