You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/connect/odbc/bug-fixes.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This page contains a listing of bugs fixed in each release of the M
4
4
author: David-Engel
5
5
ms.author: davidengel
6
6
ms.reviewer: randolphwest
7
-
ms.date: 12/29/2025
7
+
ms.date: 03/31/2026
8
8
ms.service: sql
9
9
ms.subservice: connectivity
10
10
ms.topic: release-notes
@@ -15,9 +15,20 @@ helpviewer_keywords:
15
15
16
16
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.
17
17
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
+
18
29
### Bug fixes in the Microsoft ODBC Driver 18.6.1.1 for SQL Server
19
30
20
-
- Fix TDS packet size in BID trace
31
+
- Fix Tabular Data Stream (TDS) packet size handling in Built-In Diagnostics (BID) traces.
21
32
22
33
### Bug fixes in the Microsoft ODBC Driver 18.5.1.1 for SQL Server
23
34
@@ -32,22 +43,22 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
32
43
- Fix 10-minute delay upon disconnection after timeout
33
44
- Fix memory leak upon disconnection when an error occurs
34
45
- 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.
36
47
- Fix crashes under low-memory conditions
37
48
38
49
### Bug fixes in the Microsoft ODBC Driver 18.3.3.1 for SQL Server
39
50
40
51
- Fix crashes when receiving invalid data from server
41
52
- 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.
43
54
44
55
### Bug fixes in the Microsoft ODBC Driver 17.10.6.1 for SQL Server
45
56
46
57
- Fix crashes when receiving invalid data from server
47
58
- Fix infinite loop when receiving invalid data from server
48
59
- Fix a crash when attempting to connect under low-memory conditions
49
60
- 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.
51
62
52
63
### Bug fixes in the Microsoft ODBC Driver 18.3.2 for SQL Server
53
64
@@ -65,15 +76,15 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
65
76
66
77
### Bug fixes in the Microsoft ODBC Driver 18.2.2 for SQL Server
67
78
68
-
- Fix a crash when retrieving data with AutoTranslate option off
79
+
- Fix a crash when retrieving data with Auto-Translate option off
69
80
- Fix partial writes on Linux in presence of signals
70
81
- Fix crashes when receiving invalid data from server
71
82
- Fix memory leak when processing encrypted columns
72
83
- Fix errors with long enclave queries
73
84
74
85
### Bug fixes in the Microsoft ODBC Driver 17.10.4.1 for SQL Server
75
86
76
-
- Fix a crash when retrieving data with AutoTranslate option off
87
+
- Fix a crash when retrieving data with `AutoTranslate` option off
77
88
- Fix partial writes on Linux in presence of signals
78
89
- Fix crashes when receiving invalid data from server
79
90
- 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
126
137
127
138
- Fix intermittent issue with polling for first successful connection when multiple IP addresses are resolved.
128
139
- Fix missing dependency in Debian package.
129
-
- Fix for only using ADAL when required.
140
+
- Fix for only using Microsoft Authentication Library when required.
130
141
- Fix issue with idle connection resiliency when Kerberos auth was used.
131
142
132
143
### 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
141
152
142
153
- Fix for restrictions on connection string regarding usage of `UID` and `PWD` keywords
143
154
- 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.
146
157
147
158
### Bug fixes in the Microsoft ODBC Driver 17.7.2 for SQL Server
148
159
@@ -161,7 +172,7 @@ This page contains a listing of bugs fixed in each release of the [!INCLUDE [msC
161
172
162
173
### Bug fixes in the Microsoft ODBC Driver 17.6 for SQL Server
163
174
164
-
- Fix ADAL error when authenticating with a federated account (Windows)
175
+
- Fix Microsoft Authentication Library error when authenticating with a federated account (Windows)
165
176
- Fix an issue where the driver becomes unresponsive when a timeout occurs during an asynchronous notification operation
166
177
- Fix driver reference count upon upgrade in Alpine Linux
Copy file name to clipboardExpand all lines: docs/connect/odbc/download-odbc-driver-for-sql-server.md
+21-15Lines changed: 21 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Download ODBC Driver for SQL Server
3
3
description: Download the Microsoft ODBC Driver for SQL Server to develop native-code applications that connect to SQL Server and Azure SQL Database.
4
4
author: David-Engel
5
5
ms.author: davidengel
6
-
ms.date: 03/25/2026
6
+
ms.date: 03/31/2026
7
7
ms.service: sql
8
8
ms.subservice: connectivity
9
9
ms.topic: concept-article
@@ -33,19 +33,19 @@ Linux and macOS don't require this component. For Linux and macOS prerequisites,
33
33
34
34
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).
35
35
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.
37
37
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)**
41
41
42
42
> [!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.
44
44
45
-
### Version information
45
+
### Version information
46
46
47
-
- Release number: 18.6.1.1
48
-
- Released: December 17, 2025
47
+
- Release number: 18.6.2.1
48
+
- Released: March 31, 2026
49
49
50
50
> [!NOTE]
51
51
> 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
54
54
55
55
This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:
56
56
57
-
Microsoft ODBC Driver 18.6.1.1 for SQL Server (x64):
0 commit comments