9004e2c57f
* 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.
29 lines
945 B
Text
29 lines
945 B
Text
@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
|
|
include/cppconn/datatype.h
|
|
include/cppconn/driver.h
|
|
include/cppconn/exception.h
|
|
include/cppconn/metadata.h
|
|
include/cppconn/parameter_metadata.h
|
|
include/cppconn/prepared_statement.h
|
|
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
|
|
include/mysql_error.h
|
|
lib/libmysqlcppconn-static.a
|
|
lib/libmysqlcppconn.so
|
|
lib/libmysqlcppconn.so.7
|
|
lib/libmysqlcppconn.so.7.${PKGVERSION}
|
|
share/doc/mysql-connector-c++/ANNOUNCEMENT
|
|
share/doc/mysql-connector-c++/COPYING
|
|
share/doc/mysql-connector-c++/INSTALL
|
|
share/doc/mysql-connector-c++/Licenses_for_Third-Party_Components.txt
|
|
share/doc/mysql-connector-c++/README
|