| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=435457
|
|
|
|
|
|
|
|
|
|
| |
- Make patches makepatch compatible
PR: 213346 [1]
Submitted by: supportme@ukr.net [1]
Notes:
svn path=/head/; revision=424061
|
|
|
|
|
|
|
|
| |
- Clarify LICENSE
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=408481
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=397603
|
|
|
|
|
|
|
|
| |
Release notes:
http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-4.html
Notes:
svn path=/head/; revision=363311
|
|
|
|
| |
Notes:
svn path=/head/; revision=342491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|