Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
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.
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.
- 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
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
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.
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.
- 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
For a complete list of every change made in this release, with links to detailed information on each push, see the .
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.
: 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.
For a complete list of every change made in this release, with links to detailed information on each push, see the .
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.
: 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
For a complete list of every change made in this release, with links to detailed information on each push, see the .
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-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
For a complete list of every change made in this release, with links to detailed information on each push, see the changelog.
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
For a complete list of every change made in this release, with links to detailed information on each push, see the 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: 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.
For a complete list of every change made in this release, with links to detailed information on each push, see the .
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.
See the MariaDB Connector/ODBC 1.0.6 Release Notes for more information on the notable bug fixes in this release.
For a complete list of every change made in this release, with links to detailed information on each push, see the 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: 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.
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
For a complete list of every change made in this release, with links to detailed information on each push, see the .
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.
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
For a complete list of every change made in this release, with links to detailed information on each push, see the .
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.
- 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.
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-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
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)
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.