aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-c++/files
Commit message (Collapse)AuthorAgeFilesLines
* databases/mysql-connector-c++: Fix build with protobuf 22+Po-Chuan Hsieh2023-12-141-0/+56
|
* databases/mysql-connector-c++: Update version 1.1.13=>8.0.32Muhammad Moinur Rahman2023-02-021-10/+0
| | | | | | | | | | - Update LICENSE_FILE - Unbreak for mysql 8.0 - OPTIONIZE DOCS - Remove tests as those are no longer provided in distfile Changes: https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-32.html
* databases/mysql-connector-c++: Update version 1.1.7=>1.1.8Muhammad Moinur Rahman2017-03-052-36/+0
| | | | Notes: svn path=/head/; revision=435457
* databases/mysql-conector-c++: Fix build in 11.0 and later [1]Muhammad Moinur Rahman2016-10-163-36/+36
| | | | | | | | | | - Make patches makepatch compatible PR: 213346 [1] Submitted by: supportme@ukr.net [1] Notes: svn path=/head/; revision=424061
* - Fix documentation installationDmitry Marakasov2016-02-081-0/+10
| | | | | | | | - Clarify LICENSE - Add LICENSE_FILE Notes: svn path=/head/; revision=408481
* Upgrade from 1.1.6 to 1.1.7. The changes are listed as:Mikhail Teterin2016-01-242-17/+36
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=407091
* Upgrade to 1.1.6.Vanilla I. Shu2015-09-232-24/+9
| | | | Notes: svn path=/head/; revision=397603
* - Update to 1.1.4Pietro Cerutti2014-07-291-27/+5
| | | | | | | | Release notes: http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-4.html Notes: svn path=/head/; revision=363311
* - STAGE-cleanPietro Cerutti2014-02-041-4/+26
| | | | Notes: svn path=/head/; revision=342491
* - Update to 1.1.1Pietro Cerutti2012-08-092-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=302334
* - New port: databases/mysql-connector-c++Pietro Cerutti2011-11-212-0/+36
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 Notes: svn path=/head/; revision=286192