summaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c++
diff options
context:
space:
mode:
authoradam <adam>2014-11-29 16:41:25 +0000
committeradam <adam>2014-11-29 16:41:25 +0000
commit4bb57ad7bad9180bafb94752b1b15b8e97f68dd3 (patch)
tree2c5b13a49b08044ef77d23947bf1d976e8a0fc1f /databases/mysql-connector-c++
parentc653035c88b250690db4e520870e49d75caf6947 (diff)
downloadpkgsrc-4bb57ad7bad9180bafb94752b1b15b8e97f68dd3.tar.gz
Changes 1.1.5:
* It was not possible to delete multiple connection attributes using the OPT_CONNECT_ATTR_DELETE option. This can now be done using the std::list< sql::SQLString > type. * MySQL_Prepared_Statement::getMoreResults() functionality has been implemented, so multiple result sets now can be fetched using a prepared statement. * The following connection options have been implemented: MYSQL_DEFAULT_AUTH, MYSQL_OPT_CONNECT_ATTR_DELETE, MYSQL_OPT_CONNECT_ATTR_RESET, MYSQL_OPT_LOCAL_INFILE, MYSQL_PLUGIN_DIR, MYSQL_READ_DEFAULT_FILE, MYSQL_READ_DEFAULT_GROUP, MYSQL_SET_CHARSET_DIR, and max_statement_timeout for session-based query timeout. * These functions were added: Connection::isValid() checks whether the connection is alive, and Connection::reconnect() reconnects if the connection has gone down. * The Boost dependency was removed from the Connector/C++ API headers. These headers were using the boost::variant type, making it impossible to use Connector/C++ binaries without having Boost installed.
Diffstat (limited to 'databases/mysql-connector-c++')
-rw-r--r--databases/mysql-connector-c++/Makefile4
-rw-r--r--databases/mysql-connector-c++/PLIST4
-rw-r--r--databases/mysql-connector-c++/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/databases/mysql-connector-c++/Makefile b/databases/mysql-connector-c++/Makefile
index a07667e1048..ab0483a64f8 100644
--- a/databases/mysql-connector-c++/Makefile
+++ b/databases/mysql-connector-c++/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2014/11/24 15:00:52 adam Exp $
+# $NetBSD: Makefile,v 1.4 2014/11/29 16:41:25 adam Exp $
-DISTNAME= mysql-connector-c++-1.1.4
+DISTNAME= mysql-connector-c++-1.1.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_MYSQL:=Connector-C++/}
diff --git a/databases/mysql-connector-c++/PLIST b/databases/mysql-connector-c++/PLIST
index 794445b9dd6..ef76c95167e 100644
--- a/databases/mysql-connector-c++/PLIST
+++ b/databases/mysql-connector-c++/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/11/24 15:00:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2014/11/29 16:41:25 adam Exp $
include/cppconn/build_config.h
include/cppconn/config.h
include/cppconn/connection.h
@@ -12,6 +12,8 @@ include/cppconn/resultset.h
include/cppconn/resultset_metadata.h
include/cppconn/sqlstring.h
include/cppconn/statement.h
+include/cppconn/variant.h
+include/cppconn/version_info.h
include/cppconn/warning.h
include/mysql_connection.h
include/mysql_driver.h
diff --git a/databases/mysql-connector-c++/distinfo b/databases/mysql-connector-c++/distinfo
index 0b76a70dcf0..a92170f4b0e 100644
--- a/databases/mysql-connector-c++/distinfo
+++ b/databases/mysql-connector-c++/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/11/24 15:00:52 adam Exp $
+$NetBSD: distinfo,v 1.3 2014/11/29 16:41:25 adam Exp $
-SHA1 (mysql-connector-c++-1.1.4.tar.gz) = f10a054e6b96275bbab48ad726daf08bb5e048a0
-RMD160 (mysql-connector-c++-1.1.4.tar.gz) = 0231cebd1137e7dd41f3c589847077deaec5bf40
-Size (mysql-connector-c++-1.1.4.tar.gz) = 506106 bytes
+SHA1 (mysql-connector-c++-1.1.5.tar.gz) = 0b33f74049227d330da0a37ce919b8cd695a9584
+RMD160 (mysql-connector-c++-1.1.5.tar.gz) = f429bc23bc78a8adc382706f61c032a7010caa3d
+Size (mysql-connector-c++-1.1.5.tar.gz) = 519440 bytes