Skip to content

Commit c364000

Browse files
authored
Odbc release18.6.2 (#36991)
* Odbc release18.6.2 * Fix for Warning: h1-missing * Acrolinx fixes
1 parent 3193311 commit c364000

7 files changed

Lines changed: 101 additions & 51 deletions

docs/connect/odbc/bug-fixes.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This page contains a listing of bugs fixed in each release of the M
44
author: David-Engel
55
ms.author: davidengel
66
ms.reviewer: randolphwest
7-
ms.date: 12/29/2025
7+
ms.date: 03/31/2026
88
ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: release-notes
@@ -15,9 +15,20 @@ helpviewer_keywords:
1515

1616
This page contains a listing of bugs fixed in each release of the [!INCLUDE [msCoName](../../includes/msconame-md.md)] ODBC Driver for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], starting with the most recent versions.
1717

18+
### Bug fixes in the Microsoft ODBC Driver 18.6.2.1 for SQL Server
19+
20+
- Fix SQL_ATTR_PARAMS_PROCESSED_PTR updates so the number of processed parameter sets is reported correctly when executing parameter arrays.
21+
- Fix SQL_ATTR_PARAMS_PROCESSED_PTR and row counting when SQL_PARAM_IGNORE is used in parameter arrays.
22+
- Fix segmentation fault when calling SQLNumResultCol in describe-only scenarios where no parameter bindings are present.
23+
- Fix bcp_bind to correctly handle consecutive field terminators without misinterpreting them as empty fields.
24+
- Fix RPM packaging rules to allow installing multiple driver versions side by side.
25+
- Fix XA (X/Open distributed transaction) recovery to compute transaction identifiers correctly and avoid missing recoverable transactions.
26+
- Fix segmentation fault on handling of NULL values in table-valued parameter (TVP) arguments.
27+
28+
1829
### Bug fixes in the Microsoft ODBC Driver 18.6.1.1 for SQL Server
1930

20-
- Fix TDS packet size in BID trace
31+
- Fix Tabular Data Stream (TDS) packet size handling in Built-In Diagnostics (BID) traces.
2132

2233
### Bug fixes in the Microsoft ODBC Driver 18.5.1.1 for SQL Server
2334

@@ -32,22 +43,22 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
3243
- Fix 10-minute delay upon disconnection after timeout
3344
- Fix memory leak upon disconnection when an error occurs
3445
- Fix memory leak upon reconnection with Strict encryption
35-
- Fix intermittent crash when connecting with Strict encryption and TLS 1.3
46+
- Fix intermittent crash when connecting with Strict encryption enabled and Transport Layer Security (TLS) 1.3.
3647
- Fix crashes under low-memory conditions
3748

3849
### Bug fixes in the Microsoft ODBC Driver 18.3.3.1 for SQL Server
3950

4051
- Fix crashes when receiving invalid data from server
4152
- Fix infinite loop when receiving invalid data from server
42-
- Fix App Service Containers MSI Authentication
53+
- Fix App Service Containers managed identity (formerly Managed Service Identity, MSI) authentication.
4354

4455
### Bug fixes in the Microsoft ODBC Driver 17.10.6.1 for SQL Server
4556

4657
- Fix crashes when receiving invalid data from server
4758
- Fix infinite loop when receiving invalid data from server
4859
- Fix a crash when attempting to connect under low-memory conditions
4960
- Fix memory leak upon reconnect
50-
- Fix App Service Containers MSI Authentication
61+
- Fix App Service Containers managed identity (formerly Managed Service Identity, MSI) authentication.
5162

5263
### Bug fixes in the Microsoft ODBC Driver 18.3.2 for SQL Server
5364

@@ -65,15 +76,15 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
6576

6677
### Bug fixes in the Microsoft ODBC Driver 18.2.2 for SQL Server
6778

68-
- Fix a crash when retrieving data with AutoTranslate option off
79+
- Fix a crash when retrieving data with Auto-Translate option off
6980
- Fix partial writes on Linux in presence of signals
7081
- Fix crashes when receiving invalid data from server
7182
- Fix memory leak when processing encrypted columns
7283
- Fix errors with long enclave queries
7384

7485
### Bug fixes in the Microsoft ODBC Driver 17.10.4.1 for SQL Server
7586

76-
- Fix a crash when retrieving data with AutoTranslate option off
87+
- Fix a crash when retrieving data with `AutoTranslate` option off
7788
- Fix partial writes on Linux in presence of signals
7889
- Fix crashes when receiving invalid data from server
7990
- Fix memory leak when processing encrypted columns
@@ -126,7 +137,7 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
126137

127138
- Fix intermittent issue with polling for first successful connection when multiple IP addresses are resolved.
128139
- Fix missing dependency in Debian package.
129-
- Fix for only using ADAL when required.
140+
- Fix for only using Microsoft Authentication Library when required.
130141
- Fix issue with idle connection resiliency when Kerberos auth was used.
131142

132143
### Bug fixes in the Microsoft ODBC Driver 17.9 for SQL Server
@@ -141,8 +152,8 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
141152

142153
- Fix for restrictions on connection string regarding usage of `UID` and `PWD` keywords
143154
- Fix for inconsistent fonts in non-English dialogs
144-
- Fix issue with having multiple connections with different AKV credentials
145-
- Fix issue with NVDA not reading connection test results in DSN configuration UI
155+
- Fix issue with having multiple connections using different Azure Key Vault (AKV) credentials.
156+
- Fix issue with NonVisual Desktop Access (NVDA) not reading connection test results in the Data Source Name (DSN) configuration UI.
146157

147158
### Bug fixes in the Microsoft ODBC Driver 17.7.2 for SQL Server
148159

@@ -161,7 +172,7 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
161172

162173
### Bug fixes in the Microsoft ODBC Driver 17.6 for SQL Server
163174

164-
- Fix ADAL error when authenticating with a federated account (Windows)
175+
- Fix Microsoft Authentication Library error when authenticating with a federated account (Windows)
165176
- Fix an issue where the driver becomes unresponsive when a timeout occurs during an asynchronous notification operation
166177
- Fix driver reference count upon upgrade in Alpine Linux
167178
- Fix libc6 dependency version for Ubuntu

docs/connect/odbc/download-odbc-driver-for-sql-server.md

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Download ODBC Driver for SQL Server
33
description: Download the Microsoft ODBC Driver for SQL Server to develop native-code applications that connect to SQL Server and Azure SQL Database.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 03/25/2026
6+
ms.date: 03/31/2026
77
ms.service: sql
88
ms.subservice: connectivity
99
ms.topic: concept-article
@@ -33,19 +33,19 @@ Linux and macOS don't require this component. For Linux and macOS prerequisites,
3333

3434
The redistributable installer for Microsoft ODBC Driver 18 for SQL Server installs the client components, which are required during run time to take advantage of newer SQL Server features. It optionally installs the header files needed to develop an application that uses the ODBC API. Starting with version 17.4.2, the installer also includes and installs the Microsoft Active Directory Authentication Library (ADAL.dll).
3535

36-
Version 18.6.1.1 is the latest general availability (GA) version. If you have a previous version of Microsoft ODBC Driver 18 for SQL Server installed, installing 18.6.1.1 upgrades it to 18.6.1.1. The Microsoft ODBC Driver 18 for SQL Server can be installed side by side with Microsoft ODBC Driver 17 for SQL Server.
36+
Version 18.6.2.1 is the latest general availability (GA) version. If you have a previous version of Microsoft ODBC Driver 18 for SQL Server installed, installing 18.6.2.1 upgrades it to 18.6.2.1. The Microsoft ODBC Driver 18 for SQL Server can be installed side by side with Microsoft ODBC Driver 17 for SQL Server.
3737

38-
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2345415)**
39-
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2346006)**
40-
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (ARM64)](https://go.microsoft.com/fwlink/?linkid=2345416)**
38+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2358430)**
39+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2358335)**
40+
:::image type="icon" source="../../includes/media/download.svg" border="false"::: **[Download Microsoft ODBC Driver 18 for SQL Server (ARM64)](https://go.microsoft.com/fwlink/?linkid=2358431)**
4141

4242
> [!NOTE]
43-
> Use the x86 installer for 32-bit machines, or the x64 installer to install both 64-bit and 32-bit drivers on an x64 machine, or the arm64 installer to install both 64-bit and 32-bit drivers on an ARM64 machine.
43+
> Use the x86 installer on 32-bit machines, the x64 installer on x64 machines, or the arm64 installer on ARM64 machines. The x64 and arm64 installers install both 64-bit and 32-bit drivers.
4444
45-
### Version information
45+
### Version information
4646

47-
- Release number: 18.6.1.1
48-
- Released: December 17, 2025
47+
- Release number: 18.6.2.1
48+
- Released: March 31, 2026
4949

5050
> [!NOTE]
5151
> If you're accessing this page from a non-English language version, and want to see the most up-to-date content, select **Read in English** at the top of this page. You can download different languages from the US-English version site by selecting [available languages](#available-languages).
@@ -54,14 +54,14 @@ Version 18.6.1.1 is the latest general availability (GA) version. If you have a
5454

5555
This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:
5656

57-
Microsoft ODBC Driver 18.6.1.1 for SQL Server (x64):
58-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x404) | [Czech](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x405) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x412) | [Polish](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x415) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x40a) | [Turkish](https://go.microsoft.com/fwlink/?linkid=2345415&clcid=0x41f)
57+
Microsoft ODBC Driver 18.6.2.1 for SQL Server (x64):
58+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x404) | [Czech](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x405) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x412) | [Polish](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x415) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x40a) | [Turkish](https://go.microsoft.com/fwlink/?linkid=2358430&clcid=0x41f)
5959

60-
Microsoft ODBC Driver 18.6.1.1 for SQL Server (x86):
61-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x404) | [Czech](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x405) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x412) | [Polish](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x415) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x40a) | [Turkish](https://go.microsoft.com/fwlink/?linkid=2346006&clcid=0x41f)
60+
Microsoft ODBC Driver 18.6.2.1 for SQL Server (x86):
61+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x404) | [Czech](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x405) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x412) | [Polish](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x415) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x40a) | [Turkish](https://go.microsoft.com/fwlink/?linkid=2358335&clcid=0x41f)
6262

63-
Microsoft ODBC Driver 18.6.1.1 for SQL Server (ARM64):
64-
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x404) | [Czech](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x405) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x412) | [Polish](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x415) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x40a) | [Turkish](https://go.microsoft.com/fwlink/?linkid=2345416&clcid=0x41f)
63+
Microsoft ODBC Driver 18.6.2.1 for SQL Server (ARM64):
64+
[Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x404) | [Czech](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x405) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x412) | [Polish](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x415) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x40a) | [Turkish](https://go.microsoft.com/fwlink/?linkid=2358431&clcid=0x41f)
6565

6666
## Version 17
6767

@@ -102,6 +102,12 @@ If you need to download the packages for offline installation, all versions are
102102
103103
### Alpine
104104

105+
Packages are signed using Pretty Good Privacy (PGP) signatures to verify integrity and authenticity.
106+
107+
- [18.6.2.1 Alpine driver ARM package](https://download.microsoft.com/download/0b3d5518-b4a7-4a2b-afc7-7ee9e967f93c/msodbcsql18_18.6.2.1-1_arm64.apk) ([PGP Signature](https://download.microsoft.com/download/0b3d5518-b4a7-4a2b-afc7-7ee9e967f93c/msodbcsql18_18.6.2.1-1_arm64.sig))
108+
- [18.6.2.1 Alpine driver package](https://download.microsoft.com/download/0b3d5518-b4a7-4a2b-afc7-7ee9e967f93c/msodbcsql18_18.6.2.1-1_amd64.apk) ([PGP Signature](https://download.microsoft.com/download/0b3d5518-b4a7-4a2b-afc7-7ee9e967f93c/msodbcsql18_18.6.2.1-1_amd64.sig))
109+
- [18.6.2.1 Alpine tools ARM package](https://download.microsoft.com/download/cad0d30f-b9b1-4765-a011-81d8a66c8b8d/mssql-tools18_18.6.2.1-1_arm64.apk) ([PGP Signature](https://download.microsoft.com/download/cad0d30f-b9b1-4765-a011-81d8a66c8b8d/mssql-tools18_18.6.2.1-1_arm64.sig))
110+
- [18.6.2.1 Alpine tools package](https://download.microsoft.com/download/cad0d30f-b9b1-4765-a011-81d8a66c8b8d/mssql-tools18_18.6.2.1-1_amd64.apk) ([PGP Signature](https://download.microsoft.com/download/cad0d30f-b9b1-4765-a011-81d8a66c8b8d/mssql-tools18_18.6.2.1-1_amd64.sig))
105111
- [18.6.1.1 Alpine driver ARM package](https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f/msodbcsql18_18.6.1.1-1_arm64.apk) ([PGP Signature](https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f/msodbcsql18_18.6.1.1-1_arm64.sig))
106112
- [18.6.1.1 Alpine driver package](https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f/msodbcsql18_18.6.1.1-1_amd64.apk) ([PGP Signature](https://download.microsoft.com/download/9dcab408-e0d4-4571-a81a-5a0951e3445f/msodbcsql18_18.6.1.1-1_amd64.sig))
107113
- [18.6.1.1 Alpine tools ARM package](https://download.microsoft.com/download/b60bb8b6-d398-4819-9950-2e30cf725fb0/mssql-tools18_18.6.1.1-1_arm64.apk) ([PGP Signature](https://download.microsoft.com/download/b60bb8b6-d398-4819-9950-2e30cf725fb0/mssql-tools18_18.6.1.1-1_arm64.sig))

0 commit comments

Comments
 (0)