MySQL Forums
Forum List  »  Connector/C++

MySQL Connector/C++ 1.0.3 (Alpha) - Download Now!
Posted by: Edwin DeSouza
Date: March 03, 2009 11:15AM

MySQL Connector/C++ 1.0.3 (Alpha) - Download Now!

A new version of MySQL Connector/C++ has been made available: MySQL
Connector/C++ 1.0.3alpha. The MySQL Connector/C++ provides a C++ API for
connecting client applications to the MySQL Server. You can download the
alpha release at:

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

The 1.0.3alpha is a bug fix release. Please see the documentation and
the CHANGES file in the source distribution for a detailed description
of bugs that have been fixed. The following methods have been implemented:

- Implemented Connection::setSessionVariable().
- Added properties-enabled (map of key->value) methods for connecting,
which add many connect options.
- Implemented ConnectionMetaData::getProcedureColumns().
- Implemented DatabaseMetaData::getColumnPrivileges().
- Implemented DatabaseMetaData::getImportedKeys().
- Implemented DatabaseMetaData::getExportedKeys().
- Implemented DatabaseMetaData::getCrossReference().
- Introduced Driver::getPatchVersion().
- Implemented ResultSet::getBlob() which returns std::stream
- Re-added getTypeInfo()
- Improved constructed resultset: O(1) access method instead
- Introduced ResultSet::getUInt() and ResultSet::getUInt64(),
renamed ResultSet::getLong() to ResultSet::getInt64()

You can find further details, including usage examples, on the projects
MySQL Forge wiki page at:

http://forge.mysql.com/wiki/Connector_C++

A first documentation draft is available at:

http://dev.mysql.com/doc/refman/6.0/en/connector-cpp.html

Please note, the MySQL Connector/C++ is released as an alpha version. We
do not recommend using the driver in production environments or systems
with critical data. Please note, official support is not available for
the alpha version of Connector/C++.

Join the MySQL Connector/C++ discussions at:
http://forums.mysql.com/list.php?167
http://lists.mysql.com/connector-cplusplus

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Connector/C++ 1.0.3 (Alpha) - Download Now!
3890
March 03, 2009 11:15AM


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.