DownloadRelease NotesChangelogAbout MariaDB Connector/C
Release date: 7 Jun 2018
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
Revision #783d7ad 2018-06-05 08:21:46 +0200
Set default charset to latin1
2018-06-05 08:20:53 +0200
Revert "bumped version number"
2018-05-30 13:45:00 +0200
bumped version number
2018-05-29 13:34:11 +0200
Fixed compiler bug caused by merge from master branch
2018-05-29 09:49:35 +0200
Fix for : Copy all members of MYSQL_FIELD from mysql->fields to stmt->fields.
2018-05-28 15:57:25 +0200
Merge branch 'connector_c_2.3' of into connector_c_2.3
2018-05-28 15:47:04 +0200
Changed setting version-script file in cmake script
2018-05-28 15:51:58 +0200
Fixed string conversion to MYSQL_TIME_TYPE:
added support for negative time values
invalid strings (and/or conversion) and invalid values will result in MYSQL_TIMESTAMP_ERROR time type
2018-05-28 15:46:05 +0200
Connection attributes fix: Throw an error if key or val has zero length
2018-05-25 10:37:51 +0200
Set default sign options if not specified
2018-05-25 10:24:59 +0200
Fix msi build (code signing)
2018-05-24 17:16:56 +0200
Add status definitions for server_status: - SERVER_STATUS_IN_TRANS_READONLY - SERVER_STATUS_ANSI_QUOTES
2018-05-23 18:59:53 +0200
Changes enabling build C/C v2.3 as a sub-project
2018-05-22 15:02:20 +0200
Add support for length encoded datetime strings: In some cases server doesn't send date values with field type MYSQL_TYPE_STRING, but as length encoded string with type MYSQL_TYPE_VAR_STRING.
2018-05-17 05:20:55 +0200
: Add Host Name Field to MariaDB Client Handshake Protocol
2018-04-09 15:59:16 +0200
Fix for : If no default client character set was specified, the utf8 character set will be used by default (instead of setting the client character set to server character set).
2018-02-20 18:58:17 +0100
Fix for : Allow to build connector/c with older (outdated) gcc compilers. This was fixed in C/C 3.0.x already
2018-01-19 07:30:46 +0100
Bumped version number to 2.3.6
added support for 2digit year representation:
values < 69 will be converted to 20YY
values >= 69 will be converted to 19YY
This page is licensed: CC BY-SA / Gnu FDL