2009/03/31
MySQL Connector/C++ 1.04 beta 버전이 공개 되었다.
기나긴 Alpha 딱지를 떼고 Beta 딱지를 붙이고 나왔다.
공개된 일정데로라면 다음 버전인 1.05 버전에서 Beta 딱지도 떼고 정식이 된다.
이번 버전에서 바뀐 점은 아래와 같다. (출처: MySQL site)
이번 버전 부터는 윈도우즈 상에서 Installer 를 지원한다. 어떤 형식으로 설치가 되는지는 실험을 해 봐야겠다.
MySQL Connector/C++
MySQL Connector/C++ Download
Original Post : http://neodreamer-dev.tistory.com/276
공개된 일정데로라면 다음 버전인 1.05 버전에서 Beta 딱지도 떼고 정식이 된다.
이번 버전에서 바뀐 점은 아래와 같다. (출처: MySQL site)
- Prepared support for upcoming Connector/C. (Georg)
- Added Windows GUI (MSI) installer (Georg)
- Bumping up CMake minimum version requirement from 2.4.2 to 2.6.2. We need the latest version for Windows. (Lawrin)
- Added "metadataUseInfoSchema" to connection propery map which allows you to control the use of the INFORMATION_SCHEMA for meta data. (Andrey)
- Fixed a bug in all implementations of ResultSet::relative() which was giving wrong return value although positioning was working correctly. (Andrey)
- Fixed a leak in MySQL_PreparedResultSet when the result was containing a BLOB column. Andrey)
- Implemented MySQL_ConnectionMetaData::supportsConvert(from, to). (Andrey)
- Introduced sql::DataType::YEAR to complement MySQL's YEAR type. (Andrey)
- Introduced PreparedStatement::getMetaData(). (Andrey)
- Introduced ResultSetMetaData::isZerofill(), which is not in the JDBC specification. (Andrey)
- Fixed all implementations of ResultSet::isNull() to check whether the current position is on a real row, not isBeforeFirst() nor isAfterLast(), like all getXXX methods do. (Andrey)
- Implementation for MySQL_DatabaseMetaData::getProcedures() when INFORMATION_SCHEMA is asked not to be used. (Andrey)
- Removed MySQL_DatabaseMetaData::getProcedureColumns() from the interface. Until now it was returning always an empty result set. Full implementation will be added at a later stage. (Andrey)
- Changed a bunch of methods of DatabaseMetaData()::getXXX, which returned `int` to return `unsigned int` because it makes more sense. (Andrey)
이번 버전 부터는 윈도우즈 상에서 Installer 를 지원한다. 어떤 형식으로 설치가 되는지는 실험을 해 봐야겠다.
MySQL Connector/C++
MySQL Connector/C++ Download
Original Post : http://neodreamer-dev.tistory.com/276
Labels:
C++
,
MYSQL
,
MySQL Connector/C++
,
TistoryOldPost
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment