Commit graph

9 commits

Author SHA1 Message Date
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Pietro Cerutti
ef41b06b74 - Update to 1.1.3
Release notes:
  http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-3.html
2013-04-24 08:11:17 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Pietro Cerutti
29b93322ff - 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
2013-02-05 16:40:35 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Pietro Cerutti
7c67916075 - 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.
2012-08-09 09:24:28 +00:00
Pietro Cerutti
f46cb55411 - Correctly register boost as a dependency
Reported by:	PH (via pav)
Feature safe:	yes
2011-11-22 16:31:46 +00:00
Pietro Cerutti
6f4bb37fdd - 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
2011-11-21 16:32:19 +00:00