Commit graph

9 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
c911debfcb databases/mysql-connector-c++: Update version 1.1.7=>1.1.8 2017-03-05 08:24:42 +00:00
Muhammad Moinur Rahman
51c8d73184 databases/mysql-conector-c++: Fix build in 11.0 and later [1]
- Make patches makepatch compatible

PR:		213346 [1]
Submitted by:	supportme@ukr.net [1]
2016-10-16 13:30:56 +00:00
Dmitry Marakasov
caf79d223f - Fix documentation installation
- Clarify LICENSE
- Add LICENSE_FILE
2016-02-08 12:00:14 +00:00
Mikhail Teterin
a80b1131fe Upgrade from 1.1.6 to 1.1.7. The changes are listed as:
GA  1.1.7 -
	- Add JSON support
	- Allow building without server flags (Bug#21391025)
	- Correct relative() not seeking after changing position.(Bug#21152054)

The first item is only available if the mysql-client is recent
enough (version 5.7).  For older client-libraries the new patch is
required.
2016-01-24 09:08:14 +00:00
Vanilla I. Shu
4324473ccf Upgrade to 1.1.6. 2015-09-23 02:30:42 +00:00
Pietro Cerutti
3563b206b2 - Update to 1.1.4
Release notes:
  http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-4.html
2014-07-29 12:56:12 +00:00
Pietro Cerutti
a49192f9f9 - STAGE-clean 2014-02-04 09:28:11 +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
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