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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "List of bugs fixed"
3
3
description: "This page contains a listing of bugs fixed in each release, starting with Microsoft ODBC Driver 17 for SQL Server."
4
4
ms.custom: ""
5
-
ms.date: "02/15/2022"
5
+
ms.date: "02/17/2022"
6
6
ms.prod: sql
7
7
ms.prod_service: connectivity
8
8
ms.reviewer: v-davidengel
@@ -27,6 +27,14 @@ This page contains a listing of bugs fixed in each release, starting with [!INCL
27
27
- Fixed loss of Azure Active Directory authentication mode when reconnecting an idle connection.
28
28
- Fix an issue with federated authentication when using PingFed.
29
29
30
+
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17.9 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
31
+
32
+
- Fix UI issues where text was cut off and position of items was off.
33
+
- Fix issue with Active Directory Interactive login where attempting to login after closing the window of the first failure would automatically succeed if cached credentials were available.
34
+
- Fixed use of XADTC with Azure SQL Managed Instance.
35
+
- Fixed loss of Azure Active Directory authentication mode when reconnecting an idle connection.
36
+
- Fix an issue with federated authentication when using PingFed.
37
+
30
38
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17.8 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
31
39
32
40
- Fix for restrictions on connection string regarding usage of `UID` and `PWD` keywords
Version 17.9.1 is the latest general availability (GA) version of the 17.x driver. If you have a previous version of Microsoft ODBC Driver 17 for SQL Server installed, installing 17.9.1 upgrades it to 17.9.1.
49
+
50
+
**[ Download Microsoft ODBC Driver 17 for SQL Server (x64)](https://go.microsoft.com/fwlink/?linkid=2187214)**
51
+
**[ Download Microsoft ODBC Driver 17 for SQL Server (x86)](https://go.microsoft.com/fwlink/?linkid=2187215)**
52
+
53
+
- Release number: 17.9.1.1
54
+
- Released: February 17, 2022
55
+
56
+
This release of Microsoft ODBC Driver for SQL Server can be installed in the following languages:
57
+
58
+
Microsoft ODBC Driver 17.9.1.1 for SQL Server (x64):
Copy file name to clipboardExpand all lines: docs/connect/odbc/linux-mac/known-issues-in-this-version-of-the-driver.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Known issues for the ODBC driver on Linux and macOS
3
3
description: "Learn about known issues with the Microsoft ODBC Driver for SQL Server on Linux and macOS and steps for troubleshooting connectivity issues."
4
-
ms.date: 02/15/2022
4
+
ms.date: 02/17/2022
5
5
ms.prod: sql
6
6
ms.reviewer: ""
7
7
ms.technology: connectivity
@@ -70,7 +70,7 @@ UNICODE Using encoding ASCII 'ISO8859-1' and UNICODE 'UCS-2LE'
70
70
There's more than one driver manager installed and your application is using the wrong one, or the driver manager wasn't built correctly.
71
71
72
72
Some macOS users encounter the following error with driver version 17.8 or older:\
73
-
(This error has been resolved in driver version 18.0+)
73
+
(This error has been resolved in driver version 17.9+)
74
74
75
75
```text
76
76
[08001][Microsoft][ODBC Driver 17 for SQL Server]SSL Provider: [OpenSSL library could not be loaded, make sure OpenSSL 1.0 or 1.1 is installed]
Copy file name to clipboardExpand all lines: docs/connect/odbc/linux-mac/programming-guidelines.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Programming guidelines
3
3
4
4
description: The programming features of the ODBC Driver for SQL Server on macOS and Linux contain some differences from the Windows versions.
5
5
ms.custom: ""
6
-
ms.date: 02/15/2022
6
+
ms.date: 02/17/2022
7
7
ms.prod: sql
8
8
ms.prod_service: connectivity
9
9
ms.reviewer: v-davidengel
@@ -121,12 +121,12 @@ In ODBC Driver 13 and 13.1, when UTF-8 multibyte characters or UTF-16 surrogates
121
121
122
122
## <aname="bkmk-openssl"></a>OpenSSL
123
123
124
-
Starting with version 17.4, the driver loads OpenSSL dynamically, which allows it to run on systems that have either version 1.0 or 1.1 without a need for separate driver files. Starting with version 18.0, the driver supports OpenSSL 3.0 in addition to the previous versions. When multiple versions of OpenSSL are present, the driver will attempt to load the latest one.
124
+
Starting with version 17.4, the driver loads OpenSSL dynamically, which allows it to run on systems that have either version 1.0 or 1.1 without a need for separate driver files. Starting with version 17.9, the driver supports OpenSSL 3.0 in addition to the previous versions. When multiple versions of OpenSSL are present, the driver will attempt to load the latest one.
| Added compatibility with OpenSSL 3.0 | See [Connection String Keywords and Data Source Names](connection-string-keywords-and-data-source-names-dsns.md#using-tlsssl). |
0 commit comments