MariaDB Connector/ODBC 3.0.8 Changelog

You are viewing an old version of this article. View the current version here.

The most recent Stable (GA) release of MariaDB Connector/ODBC is:
MariaDB Connector/ODBC 3.1.20

Download Release Notes Changelog About MariaDB Connector/ODBC

Release date: 4 Jan 2019

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 #7b463c1 2018-12-20 16:42:02 -0700
    • ODBC-207 Fix multi-statement param realloc.
      Example use case:
      Prepare the following SQL statement:
      "INSERT INTO tbl (a,b) VALUES (?,?); SELECT 1 FROM tbl WHERE c = ?"
      First execution of prepared statement will work, second execution will segfault or cause memory corruption.
  • Revision #99a8ac0 2019-01-03 19:15:48 +0100
    • Merge branch 'master' into ODBC-3.0
  • Revision #5d5ec8e 2018-10-17 12:39:33 +0100
    • Add SQL_OUTER_JOINS support to SQLGetInfo
      This is an older attribute that is largely superseded by the newer SQL_OJ_CAPABILITIES attribute but some software checks it first and only uses SQL_OJ_CAPABILITIES to get more details if SQL_OUTER_JOINS says they are supported.
  • Revision #5916978 2019-01-02 13:31:26 +0100
    • Updating libmariadb to the 3.0.8 release tag
  • Revision #cb5b7ce 2018-12-10 18:16:41 +0100
    • ODBC-205 The patch moves string to date/time types conversion from C/C on C/ODBC side to better meet ODBC requirements.
  • Revision #20e0a50 2018-12-02 22:31:37 +0100
    • ODBC-203 The fix and the testcase.
      The problem occurred only with data fetched as SQL_C_WCHAR. That happened because for statement handles after 1st one, there wasn't STMT_ATTR_UPDATE_MAX_LENGTH attribute set, and getting data as a widestring depends on max_length.
  • Revision #f1e0cd2 2018-11-30 01:16:37 +0100
    • ODBC-204 SQLGetData did not return empty wide string
  • Revision #92699ab 2018-11-28 01:33:13 +0100
    • odbc*.ini files were generated in CMAKE_SOURCE_DIR, instead of CMAKE_BINARY_DIR. That probably is not right, and they have to be along with tests binaries
  • Revision #07381cc 2018-11-16 12:06:49 +0100
    • Version bump -> 3.0.8 + new logo in README.md

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.