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.
21 lines
604 B
Text
21 lines
604 B
Text
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/statement.h
|
|
include/cppconn/sqlstring.h
|
|
include/cppconn/warning.h
|
|
include/mysql_connection.h
|
|
include/mysql_driver.h
|
|
lib/libmysqlcppconn-static.a
|
|
lib/libmysqlcppconn.so
|
|
lib/libmysqlcppconn.so.6.%%PORTVERSION%%
|
|
lib/libmysqlcppconn.so.6
|
|
@dirrm include/cppconn
|