All pages
Powered by GitBook
1 of 10

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Connector/ODBC 3.0.6 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: 2 Aug 2018

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

MariaDB Connector/ODBC 3.0.6 is built on top of MariaDB Connector/C v.3.0.6.

Bug Fixes

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

  • - Incorect Display Size for decimal column

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

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

Changelog

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

Connector/ODBC 3.0 Release Notes

Release Notes for MariaDB Connector/ODBC 3.0

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-159
    ODBC-166
    ODBC-164
    ODBC-161
    changelog

    Connector/ODBC 3.0.8 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: 4 Jan 2019

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

    MariaDB Connector/ODBC 3.0.8 is built on top of MariaDB Connector/C v.3.0.8.

    Bug Fixes

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

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

    • - SQLGetData did not return empty wide string

    Changelog

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

    Connector/ODBC 3.0.2 Release Notes

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

    Release date: 12 Oct 2017

    This is a release of MariaDB Connector/ODBC 3.0.

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

    For Parameter Arrays operations (column-wise) with INSERT and UPDATE statements, and forSQLBulkOperations/SQLSetPos (SQL_ADD/SQL_UPDATE) it uses MariaDB's bulk operations feature, which allows sending batches of parameter sets, instead of sending them row by row. This only works with a server version >= .

    For SQLExecDirect

    Connector/ODBC 3.0.7 Release Notes

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

    Release date: 14 Nov 2018

    This is a release of MariaDB Connector/ODBC 3.0.

    MariaDB Connector/ODBC 3.0.7 is built on top of .

    Bug Fixes

    Connector/ODBC 3.0.9 Release Notes

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

    Release date: 3 May 2019

    This is a release of MariaDB Connector/ODBC 3.0.

    MariaDB Connector/ODBC 3.0.9 is built on top of .

    Please note: This is the final release in the MariaDB Connector/ODBC 3.0 series. It will be replaced by the Connector/ODBC 3.1 series, which goes stable in its next release.

    Connector/ODBC 3.0.1 Beta Release Notes

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

    Release date: 1 Aug 2017

    This is a release of MariaDB Connector/ODBC 3.0.

    As with any other pre-production release, caution should be taken when installing this beta release on production systems or systems with critical data.

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

    For Parameter Arrays operations (column-wise) and for SQLBulkOperations/SQLSetPos(SQL_ADD/SQL_UPDATE) it uses the MariaDB bulk operations feature, which allows sending batches of parameter sets, instead of sending them row by row. This only works with a server version >=

    calls, uses the
    mariadb_stmt_execute_direct
    MariaDB C API command, which is faster than using
    mysql_stmt_prepare + mysql_stmt_execute
    , but only with
    server.

    This release was built with SSL support. You can use SSLKEY, SSLCERT, SSLCA, SSLCAPATH, SSLCIPHER, SSLVERIFY, SSLCRL and SSLCRLPATH connection string/DSN options to configure your connection properties.

    Internally, Connector/ODBC 3.0 depends much less on Connector/C internal features than previous versions, with the eventual goal of only using the open Connector/C API. Build with dynamic linking against Connector/C library is now supported.

    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 (GA)
    MariaDB Connector/C 3.0
    MariaDB 10.2.7
    MariaDB 10.2
  • ODBC-43 - If string parameter bound as date/time sql type, overflow errors are not detected

  • 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-194 - SQLGetData does not return SQL_NULL_DATA for datetime types in some cases

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

  • - ODBC 3.0.6 VBA Error on Query

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

  • - Remove C/C auth plugins from packages

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

  • - Problem with SQLColumns / SQLFetch

  • - Several problems with SQLColumns and SQLProcedureColumns

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

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

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

  • - Insert query error decimal + longtext

  • - Performance Drop on Long Queries

  • - Deadlock error not reported correctly back to client application when using Connector/ODBC

  • - Adding BUILD.md file with build instructions

  • 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 (GA)
    MariaDB Connector/C v.3.0.7
    Bug Fixes
    • ODBC-211 - Wrong precision for decimal(1,0) field

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

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

    • ODBC-246 - SQLTables ShemaName parameter is not processed

    • - Add parameter that corresponds to MYSQL_OPT_SSL_ENFORCE

    • - Switch from deprecated mysql_options to mysql_optionsv

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

    • - Add parameter that corresponds to MARIADB_OPT_TLS_VERSION

    • - Add parameters that correspond to MYSQL_READ_DEFAULT_FILE

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

    • - ODBC Error 0000 in SSIS with longtext

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

    • - SQLColAttribute and SQL_DESC_FIXED_PREC_SCALE returns wrong value for BigInt

    • - SQL_DESC_PARAMETER_TYPE descriptor field should be SQLSMALLINT

    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 (GA)
    MariaDB Connector/C v.3.0.9
    .

    For SQLExecDirect calls, uses the mariadb_stmt_execute_direct MariaDB C API command, which is faster than using mysql_stmt_prepare + mysql_stmt_execute, but only with MariaDB 10.2 server.

    This release was built with SSL support. You can use SSLKEY, SSLCERT, SSLCA, SSLCAPATH, SSLCIPHER, SSLVERIFY, SSLCRL and SSLCRLPATH connection string/DSN options to configure your connection properties.

    Internally, Connector/ODBC 3.0 depends much less on Connector/C internal features than previous versions, with the eventual goal of only using the open Connector/C API.

    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
    Beta
    MariaDB Connector/C 3.0
    MariaDB 10.2.7
    ODBC-207
    ODBC-203
    ODBC-204
    changelog

    Connector/ODBC 3.0.5 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 3.0.

    MariaDB Connector/ODBC 3.0.5 is built on top of MariaDB Connector/C v.3.0.5. It also includes all fixes from MariaDB Connector/C v.3.0.4.

    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 .

    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-197
    ODBC-192
    ODBC-188
    ODBC-190
    ODBC-70
    ODBC-152
    ODBC-186
    ODBC-169
    ODBC-183
    ODBC-182
    ODBC-181
    ODBC-178
    ODBC-177
    ODBC-171
    ODBC-238
    ODBC-239
    ODBC-232
    ODBC-228
    ODBC-229
    ODBC-234
    ODBC-231
    ODBC-219
    ODBC-216
    ODBC-213

    Connector/ODBC 3.0.0 Alpha Release Notes

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

    Release date: 19 Jan 2017

    This is an release of MariaDB Connector/ODBC 3.0.

    As with any other pre-production release, caution should be taken when installing this alpha release on production systems or systems with critical data. Not all of the features planned for the stable (GA) MariaDB Connector/ODBC 3.0 release are implemented yet.

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

    For SQLExecDirect calls, uses the mariadb_stmt_execute_direct MariaDB C API command, which is faster than using

    mysql_stmt_prepare + mysql_stmt_execute
    , but only with
    server.

    This release was built with SSL support. You can use SSLKEY, SSLCERT, SSLCA, SSLCAPATH, SSLCIPHER, SSLVERIFY, SSLCRL and SSLCRLPATH connection string/DSN options to configure your connection properties.

    Internally, Connector/ODBC 3.0 depends much less on Connector/C internal features than previous versions, with the eventual goal of only using the open Connector/C API.

    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
    Alpha
    MariaDB Connector/C 3.0
    MariaDB 10.2

    Connector/ODBC 3.0.3 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 3.0.

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

    Bug Fixes

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

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

    : Core dump when 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-134
    ODBC-119
    ODBC-131
    ODBC-126
    changelog

    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.