All pages
Powered by GitBook
1 of 1

Loading...

Connector/ODBC 3.0.8 Changelog

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

DownloadRelease NotesChangelogAbout 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

    • 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.

  • 2019-01-03 19:15:48 +0100

    • Merge branch 'master' into .0

  • 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.

  • 2019-01-02 13:31:26 +0100

    • Updating libmariadb to the 3.0.8 release tag

  • 2018-12-10 18:16:41 +0100

    • The patch moves string to date/time types conversion from C/C on C/ODBC side to better meet ODBC requirements.

  • 2018-12-02 22:31:37 +0100

    • 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.

  • 2018-11-30 01:16:37 +0100

    • SQLGetData did not return empty wide string

  • 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

  • 2018-11-16 12:06:49 +0100

    • Version bump -> 3.0.8 + new logo in README.md

ODBC-207
Revision #99a8ac0
ODBC-3
Revision #5d5ec8e
Revision #5916978
Revision #cb5b7ce
ODBC-205
Revision #20e0a50
ODBC-203
Revision #f1e0cd2
ODBC-204
Revision #92699ab
Revision #07381cc

This page is: Copyright © 2025 MariaDB. All rights reserved.