FW: MySQL Connector/C++ 1.0.3alpha is available!

  • From: "Sina Bahram" <sbahram@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 3 Mar 2009 09:45:36 -0500

For the c++ interface to MySQL, see below. This update seems pretty small,
but it is simply a bug fix.

Take care,
Sina 

-----Original Message-----
From: Lawrenty.Novitsky@xxxxxxx [mailto:Lawrenty.Novitsky@xxxxxxx] 
Sent: Tuesday, March 03, 2009 5:41 AM
To: announce@xxxxxxxxxxxxxxx
Subject: MySQL Connector/C++ 1.0.3alpha is available!

Dear MySQL Users,

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%2B%2B

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

Feedback, bug reports, bug fixes, patches and so on are welcome and 
appreciated:

     http://forge.mysql.com/wiki/Contributing

You may also want to contribute to the MySQL Forum on C/C++ at 
http://forums.mysql.com/list.php?167 or join the MySQL Connector/C++ 
mailing list http://lists.mysql.com/connector-cplusplus .

Connector/C++ is licensed under the terms of the GPL, like most MySQL 
Connectors. There are special exceptions to the terms and conditions of 
the GPL as it is applied to this software, see FLOSS License Exception 
(http://www.mysql.com/about/legal/licensing/foss-exception.html). For 
Licensing questions, and to purchase MySQL Products and Services, please 
contact MySQL:

   http://www.mysql.com/buy-mysql

Enjoy!

-- 
MySQL Announce Mailing List
For list archives: http://lists.mysql.com/announce
To unsubscribe:    http://lists.mysql.com/announce?unsub=sbahram@xxxxxxxxx


__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts:

  • » FW: MySQL Connector/C++ 1.0.3alpha is available! - Sina Bahram