All pages
Powered by GitBook
1 of 12

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Connector/ODBC 2.0.19 Release Notes

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

DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

Release date: 5 Jun 2019

This is a Stable (GA) release of MariaDB Connector/ODBC.

Notes

MariaDB Connector/ODBC 2.0.19 is built on top of MariaDB Connector/C v.2.3.7 and uses the binary prepared statement protocol.

Bug Fixes

  • - If string parameter bound as date/time sql type, overflow errors are not detected

  • - Last part - caring of 0-date passed in the string

  • - Problem with SQLColumns / SQLFetch

  • - Empty results or error if executing mutliple selects in a batch

Changelog

For a complete list of every change made in this release, with links to detailed information on each push, see the .

ODBC-181 - Insert query error decimal + longtext

  • ODBC-182 - Wrong data inserted into TIME field if bound as TIMESTAMP, and date fields contain data

  • ODBC-183 - Connector reports incorrect number of affected rows for statements in batch

  • ODBC-186 - Several problems with SQLColumns and SQLProcedureColumns

  • ODBC-188 - Adding Windows ODBC DSN from command line via odbcconf.exe fails

  • ODBC-192 - ODBC 3.0.6 VBA Error on Query

  • ODBC-194 - SQLGetData does not return SQL_NULL_DATA for datetime types in some cases

  • ODBC-197 - If Time value is fetched as Timestamp, the fraction part should be 0

  • ODBC-198 - Incorrect second fraction number if string field is fetched into TIMESTAMP struct

  • ODBC-199 - If time parameter is bound as timestamp, date fields should be set to current date values

  • ODBC-203 - Empty results if executing mutliple selects in a batch and data fetched as SQL_C_WCHAR

  • ODBC-204 - SQLGetData did not return empty wide string

  • ODBC-207 - Fix multi-statement parameter structures realloc, that could cause segfault on 2nd execution

  • ODBC-211 - Wrong precision for decimal(1,0) field

  • ODBC-213 - SQL_DESC_PARAMETER_TYPE descriptor field should be SQLSMALLINT

  • ODBC-216 - SQLColAttribute and SQL_DESC_FIXED_PREC_SCALE returns wrong value for BigInt

  • ODBC-219 - Stored procedures fail with error "Prepared statement not a cursor-specification"

  • ODBC-225 - Excel does not show the list of tables

  • ODBC-231 - ODBC Error 0000 in SSIS with longtext

  • ODBC-232 - SQLGetData would crash, if application unbinded result buffers after execution

  • ODBC-234 - SQLGetTypeInfo does not work with sql_mode='Oracle'

  • ODBC-229 - Add parameters that correspond to MYSQL_READ_DEFAULT_FILE

  • ODBC-245 - SQLTables returns current DB tables if CatalogName is NULL

  • ODBC-246 - SQLTables ShemaName parameter is not processed

  • ODBC-43
    ODBC-70
    ODBC-152
    ODBC-169
    changelog

    Connector/ODBC 2.0.18 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 8 Sep 2018

    This is a Stable (GA) release of MariaDB Connector/ODBC.

    Notes

    MariaDB Connector/ODBC 2.0.18 is built on top of MariaDB Connector/C v.2.3.7 and uses the binary prepared statement protocol.

    In this version, one change is that when using a stored procedure (SP), applications may now need to fetch one more additional result with the SP execution status after all SP resultsets are read. Before the result would be reported as SQL_NO_DATA due to a bug in the connector.

    Bug Fixes

    • - Performance Drop on Long Queries

    • - Error in a stored procedure is not reported

    • - Creation of temporary tables with multiple statements in one query fails

    • - Incorect Display Size for decimal column

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    Connector/ODBC 2.0.16 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 8 Feb 2018

    This is a Stable (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.16 is built on top of MariaDB Connector/C v.2.3.5 and uses the binary prepared statement protocol.

    Bug Fixes

    • : Fetch would fail if an unbound column contained NULL and if for that column some arbitrary descriptor field was set by the application (but not length/indicator buffer pointers). The bug affected ADO, as that is something it can do with CursorLocation adUseClient in some cases.

    • : The connector ordered SQLStatistics results using the wrong columns. This could cause MS Access to pick the wrong column as a unique index.

    • : While linking a table, MS Access threw an error when it received an unexpected length for SQLSMALLINT and SQLINTEGER columns in a SQLColumns resultset.

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    Connector/ODBC 2.0.15 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 23 May 2017

    This is a Stable (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.15 is built on top of MariaDB Connector/C 2.3 and uses the binary prepared statement protocol.

    Bug Fixes

    • : Backslash at the end of string in one of statements in multistatement query leads to error

    • : Batch query with non-preparable statement will crash the connector

    • : Crash in ODBC Driver SQLExecDirect()

    • : Sporadic "Server has gone" and "Connection lost" errors on Windows when run in a VM

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    Connector/ODBC 2.0.13 Release Notes

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

    Release date: 31 Oct 2016

    This is a (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.13 is built on top of and uses the binary prepared statement protocol.

    Connector/ODBC 2.0.12 Release Notes

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

    Release date: 15 Sep 2016

    This is a (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.12 is built on top of and uses the binary prepared statement protocol.

    ODBC-164 - Do not include C/C project in cmake, if directory is absent. Make cmake link against installed in the system libmariadb in such case

  • ODBC-161 - Trying to create a file dsn causes odbc administrator to crash

  • ODBC-162 - SQLNumResultCols returns zero for query with long data and CTE

  • ODBC-158 - When performing a query with an aggregate function such as Count or Sum from MSAccess, an error is returned

  • ODBC-160 - Connector did not return length of string returned for SQL_IDENTIFIER_QUOTE_CHAR info type.

  • ODBC-157 - Display size and Column length do not include fractional part for (date) time types

  • ODBC-154 - Linking error when building with dynamic C/C linking

  • ODBC-155 - SQLDescribeCol returns 0 for decimal digits for datetime types with microseconds

  • ODBC-149 - Connection Crashes with Timestamp INSERT INTO on parameter array operation

  • ODBC-151 - In SQLBindParameter BufferLength sets SQL_DESC_OCTET_LENGTH for fixed length types

  • ODBC-150 - DESC(RIBE) statement caused error with the connector

  • ODBC-148 - DATE and DATETIME values are NULL in Crystal Reports

  • ODBC-178
    ODBC-177
    ODBC-159
    ODBC-166
    changelog
    ODBC-126: Core dump when a procedure returned more than 1 result set
  • ODBC-123: Crashes reading a MariaDB table with LibreOffice

  • ODBC-120: Performance issue. Connector did redundant calls of mysql_stmt_data_seek

  • ODBC-115: Wrong rc and sqlstate for numeric overflow (but not for fractional truncation). Now the connector returns 22003 and SQL_ERROR.

  • ODBC-110: Crash in the case of columns unbinding after statement execution and before fetching data.

  • ODBC-105: SQLColumns returns COLUMN_DEF enclosed by 2 single quotes

  • ODBC-134
    ODBC-119
    ODBC-131
    changelog
    Bug Fixes
    • ODBC-56 - Fix of wrong calculation of StLen ptr in case of columnwise binding

    • ODBC-58 - Any field going after a TEXT field in the selecion list, is fetched incorrectly

    • ODBC-61 - SQLGetInfo(SQL_FILE_USAGE) crashes connector

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the changelog.

    Stable
    MariaDB Connector/ODBC 3.2.5
    Download
    Release Notes
    Changelog
    About MariaDB Connector/ODBC
    Stable
    MariaDB Connector/C 2.3
    Bug Fixes
    • ODBC-47 - Inconsistent data if blob field fetched in parts with SQLGetData

    • ODBC-45 - Error binding boolean data type to SQL_C_CHAR - conversion of SQL_C_CHAR parameters to SQL_BIT has been corrected

    • ODBC-48 - ISO Standard Procedure Call Bug

    • ODBC-51 - SQLTables fails with HY090 "Invalid string or buffer length". Connector returned error when it had to convert empty string to SQL_C_WCHAR

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the changelog.

    Stable
    MariaDB Connector/ODBC 3.2.5
    Download
    Release Notes
    Changelog
    About MariaDB Connector/ODBC
    Stable
    MariaDB Connector/C 2.3
    ODBC-97
    ODBC-95
    ODBC-94
    ODBC-68
    changelog

    Connector/ODBC 2.0.9 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 16 Nov 2015

    This is a Beta release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.9 is built on top of MariaDB Connector/C 2.2 and uses the binary prepared statement protocol. It is basically MariaDB Connector/ODBC 1.0 up to version 1.0.5, ported to work on Linux.

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    Connector/ODBC 2.0.10 Release Notes

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

    Release date: 11 Apr 2016

    This is a (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.10 is built on top of and uses the binary prepared statement protocol. It is basically MariaDB Connector/ODBC 1.0 up to version , ported to work on Linux.

    Bug Fixes

    See the MariaDB Connector/ODBC 1.0.6 Release Notes for more information on the notable bug fixes in this release.

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the changelog.

    Stable
    MariaDB Connector/ODBC 3.2.5
    Download
    Release Notes
    Changelog
    About MariaDB Connector/ODBC
    Stable
    MariaDB Connector/C 2.2
    1.0.6
    changelog

    Connector/ODBC 2.0.14 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 7 Apr 2017

    This is a Stable (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.14 is built on top of MariaDB Connector/C 2.3 and uses the binary prepared statement protocol.

    Bug Fixes

    • SQLGetData incorrectly handles UTF-16 surrogate pairs

    • Crash when calling SQLExecDirect with multiple statements

    • Problem with export from ACCESS

    • Values for Charset connection attribute should be case-insensitive

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    Connector/ODBC 2.0.17 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 12 Jun 2018

    This is a Stable (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.17 is built on top of MariaDB Connector/C v.2.3.6 and uses the binary prepared statement protocol.

    Bug Fixes

    • Wrong decimal value (0) when after longtext field in select clause (using ADO, client side cursor)

    • Testing connector against last server build on travis. Those tests permit to check early regression and might failed, so tagged as "Allowed Failures" on travis

    • Fetching Multiple Result Set Crash - fix of the case, not covered by this bug fix in previous release

    • Connector library now does not export anything beyond the API

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    Connector/ODBC 2.0.11 Release Notes

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

    DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC

    Release date: 9 Jun 2016

    This is a Stable (GA) release of MariaDB Connector/ODBC.

    MariaDB Connector/ODBC 2.0.11 is built on top of MariaDB Connector/C 2.2 and uses the binary prepared statement protocol.

    Bug Fixes

    • - incorrect binding of TIMESTAMP to TIME type. It would affect work with MS Access if table had time and auto_increment fields.

    • - basically ensuring that the number of columns (counter in descriptor) is reset before issuing a new query.

    • - SQLColumns (and some others along with it) returned ODBC3 SQL types, while MS Access is an ODBC2 application.

    • - the variable used for length in bind structure in SQLGetData, was bigger than "unsigned long" on 64bit machines.

    Changelog

    For a complete list of every change made in this release, with links to detailed information on each push, see the .

    ODBC-71 ADO .addnew function creates error

  • ODBC-73 Wrong charset in Recordsets with DAO Object Library

  • ODBC-77 Execution of 'ANALYZE TABLE' statement would invalidate the statement and connection handles

  • ODBC-78 SQLGetData would not return SQL_NO_DATA for BLOB/TEXT columns if the buffer size is larger than the column data

  • ODBC-83 Min and Max value for time data type is getting processed incorrectly

  • ODBC-84 Error in the SQLGetTypeInfo for WCHAR Types

  • ODBC-90 SQLBulkOperations/SQLSetPos SQL_ADD would fail if TIMESTAMP column ignored

  • ODBC-72
    ODBC-74
    ODBC-62
    ODBC-69
    changelog

    ODBC-141 Error using LOAD DATA INFILE

  • ODBC-143 Wrong SQL_IDENTIFIER_QUOTE_CHAR info in case of ANSI_QUOTES

  • ODBC-138 Connector could sometimes return wrong datetime value

  • Connector/ODBC is now built with Connector/C as a git sub-project. That fixes build issues like ODBC-39, ODBC-40, ODBC-124 and ODBC-135

  • ODBC-133 Incorrect return values for decimal data type

  • ODBC-137 ODBC and Swedish characters

  • ODBC-91 If the connection handles was reused, the connector would try to use default database from previous connection (and if there wasn't such database the connect would fail)

  • ODBC-146
    ODBC-126
    changelog
    ODBC-44
    ODBC-41
    ODBC-38
    ODBC-37
    changelog

    Connector/ODBC 2.0 Release Notes

    Release Notes for MariaDB Connector/ODBC 2.0

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

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

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

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

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

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

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

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

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

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

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