Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Changelogs for MariaDB Connector/ODBC 3.1
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 Jul 2023
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 #08da03f 2023-06-10 21:58:33 +0200
Overriding the problem with c/c requires C99 with older GCC
2023-06-10 12:42:29 +0200
The fix and the testcase
2023-06-05 12:44:14 +0200
Only the fix as lower_case_table_names can't be changed for session. i.e. the test has been added, but to server has to be in lower_case_table_names=2 mode to test the fix, otherwise it ensures that the fix doesn't break catalog functions against server in "normaler" mode. The fix adds reading of the lower_case_table_names, and if it's 2, then it compares table name case insensitively where case sensitive comparison would be used otherwise. The problem actually affects not ony SQLStatistics, but almost all catalog functions, that take catalog and/or table parameter as ordinary argument.
2023-06-02 14:03:09 +0200
The fix and the testcase
2023-05-17 10:28:42 +0200
Fix of potential issue found with ASAN
2023-05-15 10:16:55 +0200
Added WITH_ASAN, WITH_UBSAN and WITH_MSAN cmake option to enable
2023-04-28 12:34:59 +0200
Using SQL_ATTR_QUERY_TIMEOUT leaks memory
2023-04-13 13:47:37 -0400
bump the VERSION
Release date: 30 May 2025
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 #15256bb 2025-05-26 12:44:36 +0200
Fix of the previous commit.
2025-05-26 11:24:24 +0200
Amendment to the fix
2025-05-26 04:18:36 +0200
Making sure that SQLCancel does not run on freed statement
2025-05-22 10:14:57 +0200
Update README.md
2025-05-19 00:38:37 +0200
Removing possible race conditions in SQLCancel
2025-04-27 14:36:40 +0200
Small impovement in SQLStatistics - got rid off sprintf's
2025-04-27 13:04:32 +0200
Updated C/C to v3.3.15
2025-03-24 13:18:19 +0100
MS Access shows record with auto_increment as deleted
2025-03-28 18:25:25 +0100
Fix of working with bigint auto_increment field in MSAccess
2025-03-24 00:24:07 +0100
part1, and possibly the last for now. Fixing NOBIGINT option
2025-03-05 04:32:48 +0100
New option permitting to skip date/time parameter overflow
2025-02-24 14:00:28 -0500
bump the VERSION
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 20 Sep 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 #c921b50 2019-09-17 12:20:08 +0200
Windows and OSX build fix.
2019-09-13 17:55:41 +0200
Db combobox lost the selection after Test
2019-09-13 00:15:22 +0200
Added use of Peer Fingerprint and FP list
2019-09-12 19:44:29 +0200
Added SERVERKEY connection option for the
2019-08-14 16:34:22 +0200
Update azure-pipelines.yml for Azure Pipelines
2019-08-08 22:25:21 +0200
Version bump -> 3.1.4
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 Apr 2020
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 #9d638c8 2020-04-06 23:56:12 +0200
The fix and the (modified old) testcase
2020-04-05 01:46:57 +0200
The fix and the testcase
2020-04-04 18:47:19 +0200
support of INSERT/REPLACE/DELETE ... RETURNING
2020-01-29 14:09:39 +0100
[misc] updating CI test : - adding appveyor 10.5 testing - travis build on 10.5 branch - test removed since deprecated
2020-02-04 18:14:01 +0100
Prevent msi installation on Win7. ->3.1.7
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 18 Nov 2021
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2021-11-15 00:41:20 +0100
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 24 Feb 2025
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2025-02-11 14:44:08 +0100
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 12 Nov 2019
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2019-11-11 20:42:17 +0100
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 21 Jan 2020
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2020-01-21 10:35:57 +0100
Release date: 30 Aug 2022
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2022-08-24 16:38:03 +0200
Moving C/C to v3.2.5
Revision #7a76f38 2021-11-12 14:11:12 +0100
ODBC-345 Could not insert datetime value beyond timestamp range
Revision #24c7554 2021-11-09 14:27:02 +0100
ODBC-343 an attempt to add DSN in odbc admin caused crash
Revision #80ac5f2 2021-10-29 13:59:52 -0400
bump the VERSION
Fixed in tests SQL statements there schema name was not in quotes
Revision #974041b 2025-02-11 14:15:18 +0100
Fix of buffer overflow found by ASAN
Revision #8c01caa 2025-02-10 12:45:17 +0100
Increased the required cmake version to 3.5.1 to match C/C requirement
Revision #4d4cec9 2025-02-06 16:09:58 +0100
ODBC-446 deb packages name follow the common pattern with other products
Revision #5df9be3 2025-02-07 11:34:14 +0100
Connector/C submodule has been updated to v3.3.14
Revision #d10cab7 2025-01-08 22:05:05 +0100
ODBC-435 The testcase. The fix has been cherry-picked in one of previous
Revision #0e7533e 2025-01-08 14:04:18 +0100
Testcase for ODBC-429. Not present in 3.1
Revision #e872c8c 2024-12-31 23:50:53 +0100
Updated travis to use unified base config(as in 3.2 and other)
Revision #81ca310 2024-07-07 18:36:44 +0200
ODBC-430 Wrong max size for SQL_VARCHAR/BINARY types in SQLGetTypeInfo
Revision #a59ca60 2024-12-27 19:16:58 +0100
Cherrypick from 3.2 - fixes in catalog functions for MySQL server
Revision #1003f85 2024-12-27 17:05:54 +0100
ODBC-405 Error on reading server decimal variable in ADO
Revision #be98828 2024-12-27 14:58:36 +0100
ODBC-418 Widechar gets truncated if contains NULL character
Revision #74e98ed 2024-12-23 12:40:56 +0100
ODBC-448 Converting int fields to double should not cause error
Revision #512d8e1 2024-05-31 22:47:00 +0200
C/C has been updated to v3.3.10
Revision #a9b5b13 2024-03-27 17:50:03 +0000
[ODBC-411] Fix test failure on s390x
Revision #907de1c 2024-02-22 09:26:34 +0000
test/types.c: fix build on gcc-14
Revision #8f3bee5 2023-12-04 09:48:03 -0500
bump the VERSION
Updated libmariadb subproject to v3.1.5 tag
Revision #1317196 2019-10-13 23:43:43 +0200
ODBC-267 Cleaned setup library build and linking - removed redundant dependencies. Added displaying of the connection string to the connection test result window.
Revision #f098cc9 2019-09-24 17:28:23 +0200
ODBC-196 Optimization for FORWARD_ONLY cursors in case of rows array fetch. Some optimization are done for other cursors as well - i.e. for static and dynamic. Especially if the static cursor is navigated forward.
Revision #579c9b8 2019-09-19 12:02:27 +0200
Version bump -> 3.1.5
ODBC-269 fix/testcase and version bump -> 3.1.6. BEGIN NOT ATOMIC...END statement would not execute. The connector erroneously dected it as a batch of statements, that caused execution error. Updated C/C subproject to 3.1.6 tag. Added WIN32_MEAN_AND_LEAN definition on Windows - it's required for C/C build.
Revision #c708d4b 2022-08-19 19:37:58 +0200
Care of new error returned by C/C if connection lost
Revision #5023698 2022-08-19 16:47:08 +0200
C/C has been updated to v3.3.2
Revision #b1fd282 2022-08-11 10:41:04 +0200
ODBC-369 Option for result set streaming
Revision #30be661 2022-06-24 16:46:22 +0200
Corrected tests for iOdbc
Revision #d0177e0 2022-06-22 11:19:27 -0400
bump the VERSION
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 Aug 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 #5cb835e 2019-08-07 16:18:03 +0200
Added client_ed25519 plugin to msi and pkg
2019-08-07 14:39:53 +0200
SQLMoreResults would not return error if the batch was sent via the text protocol, and a statement in the batch resulted in an error
2019-08-05 19:42:08 +0200
New graphic images for MSI dialog
2019-08-02 23:32:29 +0200
Packaging of GnuTls lib if C/C is built using it. Packaging on windows only (into msi file)
2019-08-01 23:11:59 +0200
Version bump -> 3.1.3
2019-07-29 23:50:27 +0200
One more iteration
2019-07-25 00:23:16 +0200
direct execution could be used for old servers
2019-07-22 10:32:28 +0200
Adding Azure CI testing
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 21 Apr 2021
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 #f3dc446 2021-04-19 00:17:23 +0200
Added cmake option to compile C/C auth plugins in
2021-04-15 23:55:34 +0200
Made longer timeout for basic testsuite.
2021-04-15 23:04:07 +0200
Connecting to the socket if SERVER is localhost on Linux
2021-04-15 17:01:15 +0200
Made possible not to mark certain unstable test(s)
2021-04-14 17:48:08 +0200
,, - fixes and testcases
2021-03-12 15:50:22 +0100
Removed "ga" suffix from package names
2020-12-15 23:52:05 +0100
Slight reorganization of code - odbc_3_api contains only API functions
2020-12-11 17:02:35 -0500
bump the VERSION
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 11 Dec 2020
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 #16e4061 2020-12-11 17:09:41 +0100
MS Access lists tables from all databases
2020-10-19 17:38:44 +0200
appveyor test suite correction
2020-11-02 11:25:59 +0100
Fail to build due to missing ma_global.h file
2020-10-20 14:50:29 -0400
bump the VERSION
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 Dec 2023
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 #9241fb8 2023-12-01 11:15:36 +0100
Fix of SQLCanclel testcase, that would fail in case of RS streaming
2023-11-30 21:04:58 +0100
Error on the query consisting from the comment only
2023-11-30 14:39:27 +0100
Use SET STATEMENT only with servers, that support it
2023-11-29 12:28:46 +0100
libmariadb submodule has been updated to v3.3.8
2023-11-27 22:14:22 +0100
Fixes for MacOS/iOdbc
2023-11-29 01:02:31 +0100
Support of NO_BIGINT option with testcase
2023-11-22 17:30:10 +0100
The testcase, as it appears now
2023-11-22 10:43:04 +0100
SQLCancel fix
2023-10-30 12:35:35 +0100
Small improvement in the connection process
2023-09-22 00:23:38 +0200
Changes in tests for xpand
2023-08-07 11:11:03 +0530
Fix Travis build for s390x
2023-09-20 15:12:36 +0200
Removing dependency on pkg-config from binary rpm
2023-09-18 12:36:56 +0200
C/C submodule has been updated to v3.3.7 release tag
2023-09-05 22:23:38 +0200
Added dependencies to source rpm
2023-08-30 16:00:21 +0200
Added 23.08 to travis matrix
2023-08-23 13:49:39 +0200
Adding dirver UnixODBC template ini file to installation(RPM/DEB/TGZ)
2023-08-13 23:10:32 +0200
Fix of travis script
2023-07-21 00:24:43 +0200
Fix of couple of tests for the case of resultset streaming
2023-07-20 17:18:43 +0200
The fix and the testcase
2023-07-20 15:24:12 +0200
Changed use of tx_isolation to transaction_isolation
2023-07-07 14:35:59 -0400
bump the VERSION
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 20 Oct 2020
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 #2e0c5f3 2020-10-18 22:42:58 +0200
Not exactly , but "Force Forward Only Cursor" connection string option makes "Forward Only" a default statement cursor type.
2020-10-18 16:54:09 +0200
Added the connection option INTERACTIVE to tell server to use interactive timeout
2020-10-15 23:45:34 +0200
Possible crash in case of array fetch
2020-10-12 14:36:48 +0200
Added iconv-based conversion function for non-Windows
2020-09-11 21:45:58 +0200
Fix initializer type for MADB_ErrorList
2020-09-11 19:40:39 +0200
Surround multiline macros
2020-09-11 20:56:14 +0200
Fix implicit declarations on Linux
2020-10-12 11:39:36 +0200
Fix for the previous merge
2020-07-10 13:45:19 +0200
Add option to define doc and license install dir
2020-10-12 11:23:50 +0200
Updating underlying libmariadb to v3.1.10
2020-07-23 17:01:25 +0200
README.md Changed link to travis-ci.com (from deprecated .org)
2020-06-30 14:59:19 -0400
bump the VERSION
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 22 Jun 2022
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2022-06-18 16:13:14 +0200
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 7 Jun 2021
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2021-06-07 13:57:38 +0200
The most recent (GA) release of MariaDB Connector/ODBC is:
Release date: 9 May 2019
For the highlights of this release, see the .
The revision number links will take you to the revision's page on GitHub. On you can view more details of the revision and view diffs of the code modified in that revision.
2019-04-30 00:48:19 +0200
ODBC-346 returned static linking of C/C lib as default on MacOS
Revision #530929a 2022-06-18 14:53:43 +0200
ODBC-366 Here is only the testcase as it only takes to move libmariadb to the 3.3 branch
Revision #d4afdd0 2022-06-17 18:48:12 +0200
Fix of the textcase in catalog2 failing on 32b Windows
Revision #1346a82 2022-06-13 15:32:35 +0200
Revision #12ebbdf 2022-05-30 14:49:18 +0200
ODBC-361 Unique indexes with nullable (part) column were returned by
Revision #d021e22 2022-05-09 12:46:08 +0200
Unit test case for ODBC-359 calling SQLBindCol with no target buffer / only a length buffer
Revision #baafb25 2022-05-09 11:19:14 +0200
ODBC-359 add NULL check to buffer in MADB_FixFetchedValues case SQL_C_WCHAR
Revision #d2a96c4 2022-04-21 18:36:09 +0200
ODBC-356 Fixed support of unique indexes for positioned operations
Revision #852f634 2022-02-13 22:05:54 +0100
ODBC-298 Added NULLISCURRENT connection string option
Revision #7826a9b 2022-02-12 21:21:10 +0100
ODBC-352 Fix of the tarballs structure
Revision #37f16f7 2022-01-29 15:45:44 +0100
ODBC-328 Fix for the connection error to older MySQL servers
Revision #2dfce7f 2022-01-10 12:30:09 +0100
ODBC-347 Added option to disable LOAD DATA LOCAL INFILE
Revision #6b3c369 2021-11-18 15:57:07 -0500
bump the VERSION
Updated C/C submodule to v3.1.13
Revision #6a0590f 2021-06-07 01:13:09 +0200
ODBC-318 Connstring option SCHEMANOERROR is introduced + testcase
Revision #03d0f2d 2021-06-06 00:09:53 +0200
ODBC-317 The testcase(fix has been pushed as part of commit 907ef56)
Revision #5d3876e 2021-06-05 18:32:20 +0200
Temporarily made 10.6 tests in travis allowed failure, before server
Revision #ca5d92c 2021-03-02 12:04:50 +0530
Update param.c
Revision #78fdce4 2021-03-02 11:53:16 +0530
Update basic.c
Revision #c89e583 2021-03-02 11:52:03 +0530
Update ma_connection.c
Revision #6d148f1 2021-03-03 12:05:08 +0100
Export file is automatic on AIX
Revision #fe00c93 2021-03-03 11:55:54 +0100
AIX needs libiconv
Revision #0eee041 2021-03-03 11:55:35 +0100
AIX does not have strcasestr
Revision #907ef56 2021-06-04 23:04:43 +0200
ODBC-316 Various fixes of catalog functions
Revision #5341593 2021-05-30 19:27:01 +0200
Revision #c5a9476 2021-05-17 14:10:29 +0200
ODBC-316 Mostly everything, except SQL_ATTR_METADATA_ID treatment
Revision #50a37fd 2021-05-15 13:53:36 +0200
Catalog functions and macros have been moved to separate files
Revision #fe23856 2021-04-22 13:10:40 +0200
Updated travis and appveyor configs - server versions, build scripts
Revision #e1e19cf 2021-04-21 08:50:22 -0400
bump the VERSION
Some more changes to the pkg file
Revision #6c6fb25 2019-04-26 10:49:37 +0200
Merge branch 'master' into develop
Revision #38e4205 2019-04-26 00:12:16 +0200
Revision #1e633f8 2019-04-09 00:47:36 +0200
ODBC-238 Added FORCETLS connection string option
Revision #9d1d94b 2019-04-08 15:30:40 +0200
ODBC-239 Changed mysql_options calls as it's deprecated
Revision #6d9ed8c 2019-04-04 20:03:34 +0200
Merge branch 'master' into develop(3.0 into 3.1)
Revision #031e0ac 2019-03-23 16:30:52 +0100
Making sure SSL options are not empty strings.
Revision #fb0ac79 2019-03-21 23:18:47 +0100
ODBC-232 The fix and the testcase
Revision #172c399 2019-03-21 15:36:41 +0100
ODBC-228 Added connection string option TLSVERSION
Revision #21864d5 2019-03-19 22:13:05 +0100
ODBC-229 Added option for reading section in my.cnf
Revision #1aad919 2019-03-18 14:57:46 +0100
ODBC-234 The fix only - not new tests needed
Revision #553c71f 2019-03-17 23:25:49 +0100
ODBC-231 The fix and the testcase.
Revision #5165a90 2019-03-14 21:20:01 +0100
The fix of the build in travis with latest C/C release
Revision #35f9e5d 2019-03-13 20:55:57 +0100
ODBC-219 The fix and the testcase.
Revision #8d22a84 2019-02-28 23:41:21 +0100
ODBC-216 The fix and the testcase.
Revision #aaba291 2019-01-24 15:54:55 +0100
Fix of error made in tests framework by previous commit
Revision #482a2ab 2019-04-04 19:47:11 +0200
Forgotten changes for 3.1.1 version bump
Revision #adf98ae 2019-03-29 01:52:56 +0100
ODBC-223 Added PKG generation with postinstall script
Revision #f87c691 2019-02-08 09:25:37 +0100
ODBC-210 More warning fixes
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 Jul 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 #9f043a2 2019-07-15 15:54:00 +0200
C/C submodule -> v3.1.2. Added osx to the pkg name
2019-07-11 11:49:20 +0200
MSI upgrades DSN's to new driver version
2019-07-05 13:13:06 +0100
Fixed POSIX build error due to a type mismatch.
2019-07-04 19:27:20 +0200
Removed all references to MYSQL internals
2019-06-26 23:56:09 +0200
and
2019-06-24 18:40:52 +0200
Updated Travis and AppVeyor configs to use 10.4
2019-06-19 11:09:26 +0200
the testcase only +
2019-06-13 00:18:59 +0200
INSTALL_LIB_SUFFIX is made CACHE, and made plugins to be installed under the same library. Also returned lib64 as libraries destination, if 64b library is built, and there is lib64 in the system. But that may be yet changed back. Returned plugins to the tarballs on linux. Probably was lost in a merge.
2019-06-06 21:18:02 +0200
The fix and the testcase Added the check that if length of the query is shorter, than minimal possible length of a SQL statement, return syntax error right away. Fixed also local strndup version(for Windows) - it would not create copy of an empty string. Updated C/C to v3.0.10
2019-06-01 18:09:35 +0200
Updated build instruction in te BUILD.md
2019-05-17 01:35:11 +0200
Added to the Dbc handle new mutex to guard lists operations
2019-05-15 19:37:55 +0200
ma_desc test change to pass with iodbc
2019-05-14 01:13:19 +0200
Fix of the testcase in the catalog2
2019-05-10 23:23:32 +0200
Merge branch 'master' into develop
2019-05-02 20:21:24 +0200
The fix and the testcase Also fixed precision in case of unsigned decimal field and/or with 0 scale, octet length and display size calculation.
2019-05-10 00:35:09 +0200
Version bump -> 3.1.2
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 13 Apr 2023
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 #2459006 2023-03-31 16:59:09 +0200
Fix of the testxase for iOdbc
2023-03-21 15:00:16 +0100
The testcase for the fix, that has been already committed
2023-03-20 23:48:28 +0100
Moved C/C subproject to v3.3.4
2023-03-17 20:55:13 +0100
Embarcadero had unnecesssary SQLPrimaryKeys calls
2023-03-12 22:50:23 +0100
Timeouts set via ODB attributes did nothing
2023-03-08 23:36:33 +0100
Fixes in the setup dilog to comply updated docs
2023-03-08 14:34:49 +0100
Named pipe pvio plugin was missing - the fix with the testcase
2023-02-18 11:27:50 +0100
The fix and the testcase
2023-01-20 01:12:29 +0100
Memory leak during connect if multistatement option selected
2022-12-11 21:04:06 +0100
Changed in 2 places, where connector accessed data in C/C handles
2022-12-03 18:19:57 +0100
Small optimization not to run extra strlen on query text
2022-11-29 20:10:01 +0100
Connector crash if one of queires in the batch returns error on
2022-11-23 20:40:15 +0100
Fix of possible crash in config dialog in connection test function
2022-11-21 14:59:00 +0100
Adopting new style travis config using connectors-test-machine
2022-11-19 00:03:27 +0100
The fix and the testcase. Wrong mapping of SQL_C_FLOAT could
2022-08-30 12:49:11 -0400
bump the VERSION
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 30 Jun 2020
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 #f8814ca 2020-06-26 11:23:49 +0200
More stress in the pkg installer on openssl dependency
2020-06-26 11:23:49 +0200
Buildbot build fix
2020-06-25 20:59:02 +0200
Travis build fix
2020-06-24 19:29:17 +0200
The fix and the testcase.
2020-06-09 15:17:37 +0200
More OS X build changes. Bundling of gnutls in case it's used
2020-06-08 19:00:48 +0200
Adding mariadb subdir of standard includes locations
2020-06-08 13:54:09 +0200
binary tarballs were "tarbombing" users
2020-06-08 03:08:52 +0200
OSX build changes
2020-05-27 17:40:45 +0200
Support of } escaping in connection string inside {}
2020-05-20 19:26:57 +0200
Added PACKAGE_PLATFORM_SUFFIX cmake option
2020-05-18 15:05:25 +0200
Support of private key passphrase
2020-04-26 20:24:16 +0200
The fix of possible crash in threaded environment.
2020-04-22 15:01:43 +0200
Travis build fix
2020-04-21 00:23:44 +0200
The fix and the testcase. Version bump -> 3.1.8
2020-04-17 00:20:20 +0200
Changes in tests and tests framework for testing with MariaDB Cloud
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 29 Oct 2021
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 #9a91685 2021-10-24 22:14:07 +0200
Actually moving libmariadb to 3.2.4
2021-10-24 14:13:38 +0200
Changed default for WITH_MSI to ON
2021-10-22 19:00:50 +0200
Dialog fields for new READ_TIMEOUT and WRITE_TIMEOUT options
2021-10-21 23:13:40 +0200
cmake could lose openssl libs in the list of dependencies
2021-10-19 09:52:33 +0200
add testcase for read/write timeout; it's an adaptation of a unittest found inside libmariadb
2021-10-13 15:41:26 +0200
allows to set read/write timeout via DSN parameters READ_TIMEOUT and WRITE_TIMEOUT
2021-10-18 00:41:44 +0200
Added xcode properties required for notarization to C/C plugins
2021-08-12 10:28:48 +0000
Adding few fixes to the s390x Travis job
2021-10-10 11:24:16 +0200
Added libmaodbc.pc
2021-09-20 12:36:23 +0200
(possibly not all) Changes required for successful notarization
2021-09-09 15:06:57 +0200
Moved C/C to 3.2 branch
2021-08-12 23:19:25 +0200
Fix of build on MacOS Big Sur
2021-08-11 10:12:59 +0200
Moved s390 tot allow_failures on travis, as it's not supported yet
2021-06-18 15:31:40 +0530
Update .travis.yml
2021-06-18 15:29:12 +0530
Update s390x.sh
2021-06-18 13:45:10 +0530
Update s390x.sh
2021-06-18 13:29:40 +0530
Update s390x.sh
2021-06-18 13:26:41 +0530
Update .travis.yml
2021-06-09 11:08:54 +0530
Create s390x.sh
2021-06-09 11:07:49 +0530
Update .travis.yml
2021-06-09 11:06:57 +0530
Update .travis.yml
2021-07-28 19:23:27 +0530
Update ma_statement.c
2021-07-28 18:41:53 +0530
Update ma_statement.c
2021-06-18 10:51:57 +0100
Use '''' instead of ''' for increased robustnesss
2021-08-09 15:15:10 +0200
Fix of the testcase in catalog2, that failed with 10.2 server
2021-08-09 13:33:07 +0200
The fix and the testcase
2021-08-09 00:19:54 +0200
If TcpIp is selected, and port is 0, default port will be used
2021-08-02 14:16:51 +0200
Added WiX as prerequisite in BUILD.md and check of WiX binaries
2021-08-02 09:32:36 +0200
Error while connecting Excel via Microsoft Query
2021-07-30 22:50:56 +0200
SQLTables would not show versioned tables
2021-05-13 14:35:31 +0700
Connector/ODBC libraries go to the wrong directories and it breaks packaging
2021-06-08 01:19:56 -0400
bump the VERSION
The most recent Stable (GA) release of MariaDB Connector/ODBC is:MariaDB Connector/ODBC 3.2.5
DownloadRelease NotesChangelogAbout MariaDB Connector/ODBC
Release date: 29 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 #bd783e5 2019-01-28 20:42:11 +0100
Changed connector quality to RC.
2019-01-23 23:51:27 +0100
Some more test fixes, making them work on OSX
2019-01-23 23:19:34 +0100
The fix and the testcase Wrong Input/Output parameter type when mapping SQLBindParam to SQLBindParameter
2019-01-23 21:50:15 +0100
Merge branch 'odbc-3.0' into develop
2019-01-23 21:28:59 +0100
The fix and the testcase SQL_DESC_PARAMETER_TYPE is SQLSMALLINT, but if application tried to read it into SQLSMALLINT buffer, memory would be corrupted, and application would crash. Also, this field should exist only in IPD. While it was accessible also in IRD.
2019-01-22 23:23:30 +0100
Fix of few tests in blob.c and bulk.c
2019-01-20 23:27:49 +0100
Changed in Travis compiler for OS X to gcc
2019-01-18 00:19:10 +0100
Warnings fix on OSX
2019-01-16 19:11:55 +0100
Added dependencies on C/C plugins into MSI project
2019-01-14 09:51:31 +0200
Speed up Mac build on Travis by not updating brew
2019-01-11 00:22:00 +0100
Merge of local 3.1 version with repo version
2019-01-08 14:17:32 +0200
Merge pull request #32 from rasmushoj/develop
2019-01-08 14:08:22 +0200
appveyor conf cleaning and addition of artifacts
2019-01-07 16:34:16 +0200
Update ODBC driver name to correspond with new version
2018-12-20 10:45:22 +0000
Appveyor configuration MariaDB Server 10.3.11 will be downloaded and tests run against it DSN is set up directly in Windows registry.
2019-01-11 00:21:42 +0100
Fix of the connector and testcases to make them work
2019-01-04 02:22:16 +0100
Merge branch 'master' into 'develop'
2018-12-21 00:45:35 +0100
and utf8mb4 has been made the default charset
2018-12-20 16:22:17 +0200
iODBC testing on Mac OSX (#28)
2018-12-14 01:27:19 +0100
Mores tests changes for iOdbc
2018-12-11 01:05:22 +0100
Merge branch 'master' into develop
2018-12-05 01:12:50 +0100
Mostly testcase fixes for iODBC and for UnixODBC
2018-12-04 23:19:14 +0100
Merge with 'master', updated C/C to latest commit
2018-11-15 17:17:17 +0100
Enabling connect and most of operations
2018-11-14 23:35:54 +0100
Enabling build with iODBC
2018-11-06 12:06:17 +0100
Build fix on systems other than Windows.
2018-11-05 23:59:15 +0100
Merge branch 'master' into develop
2018-10-11 00:45:02 +0200
Made install lib dir name configurable
2018-10-09 00:36:07 +0200
C/C authentication plugins have been added to the MSI package.
2018-10-02 12:54:09 +0200
Merge branch 'master' into develop
2018-09-27 19:47:01 +0200
Version bump -> 3.1alpha
2018-09-27 19:38:55 +0200
Merge branch 'master' into develop
2018-09-20 15:58:05 +0200
The fix and the testcase. Char fields type returned by SQLColums in case of the Unicode connection
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.
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.