| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2013 08:11:18
1.1.3
|
gahr  |
- Update to 1.1.3
Release notes:
http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-3.html |
22 Mar 2013 20:06:15
1.1.2
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
05 Feb 2013 16:40:36
1.1.2
|
gahr  |
- Update to 1.1.2
Release notes:
http://dev.mysql.com/doc/relnotes/connector-cpp/en/ccpp-news-1-1-2.html
- Add regression-test target for maintainer |
31 Jan 2013 13:38:43
1.1.1_1
|
bapt  |
Chase boost update |
09 Aug 2012 09:24:28
1.1.1
|
gahr  |
- Update to 1.1.1
Changes:
* DatabaseMetaData::getSQLKeywords() updated to match MySQL 5.5. Note
that C/C++, just like C/JDBC, returns the same list for every
MySQL database version. (Ulf)
* Added MySQL_Connection::getLastStatementInfo() which returns back the
value of the mysql_info() function of libmysql / Connector/C. (Andrey)
* Added new method ResultSetMetaData::isNumeric() and implemented it in
all classes that subclass from it. (Andrey)
* Fixed the bug causing compilation errors in Microsoft Visual Studio 2010 if
stdint.h was included. See http://bugs.mysql.com/bug.php?id=60307
* Fixed bug making statement that did not raise any warning to return
warnings from previously executed statement.
* Fixed stores(Lower|Mixed)Case(Quoted)Identifiers methods.
* Built against libmysql 5.5.27 enabling support of authentification plugins
and IPv6. |
22 Nov 2011 16:31:46
1.1.0
|
gahr  |
- Correctly register boost as a dependency
Reported by: PH (via pav)
Feature safe: yes |
21 Nov 2011 16:32:19
1.1.0
|
gahr  |
- New port: databases/mysql-connector-c++
MySQL Connector/C++ is a MySQL database connector for C++ implementing a
subset of the JDBC 4.0 API.
WWW: http://forge.mysql.com/wiki/Connector_C++
Feature safe: yes |