Skip to content

Commit 6b5d4e1

Browse files
authored
Merge pull request #18404 from v-ancha/17.7_win_release_notes
17.7 win release notes
2 parents fd27396 + 869df6c commit 6b5d4e1

2 files changed

Lines changed: 33 additions & 4 deletions

File tree

docs/connect/odbc/bug-fixes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "List of bugs fixed"
33
description: "This page contains a listing of bugs fixed in each release, starting with Microsoft ODBC Driver 17 for SQL Server."
44
ms.custom: ""
5-
ms.date: "04/24/2020"
5+
ms.date: "01/29/2021"
66
ms.prod: sql
77
ms.prod_service: connectivity
88
ms.reviewer: ""
@@ -19,6 +19,15 @@ manager: kenvh
1919

2020
This page contains a listing of bugs fixed in each release, starting with [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2121

22+
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17.7 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
23+
24+
- Fix character encoding of VARIANT columns in BCP NATIVE mode
25+
- Fix setting of SQL_ATTR_PARAMS_PROCESSED_PTR under specific conditions
26+
- Fix SQLDescribeParam in FMTONLY mode for statements containing comments
27+
- Fix an issue with federated authentication when using Okta
28+
- Fix excessive memory usage on multi-processor systems
29+
- Fix Azure AD authentication for some variants of Azure SQL DB
30+
2231
### Bug fixes in the [!INCLUDE[msCoName](../../includes/msconame_md.md)] ODBC Driver 17.6 for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]
2332

2433
- Fix ADAL error when authenticating with a federated account (Windows)

docs/connect/odbc/windows/release-notes-odbc-sql-server-windows.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Release Notes for ODBC Driver for SQL Server on Windows"
33
description: "This release notes article describes the changes in each release of the Microsoft ODBC driver for SQL Server on Windows."
44
ms.custom: ""
5-
ms.date: "10/29/2020"
5+
ms.date: "01/29/2021"
66
ms.prod: sql
77
ms.prod_service: connectivity
88
ms.technology: connectivity
@@ -37,6 +37,28 @@ Thank you.
3737
GeneMi (and CraigG). 2019/03/30.
3838
-->
3939

40+
## 17.7
41+
42+
![download](../../../ssms/media/download-icon.png) [Download x64 installer](https://go.microsoft.com/fwlink/?linkid=2153471)
43+
![download](../../../ssms/media/download-icon.png) [Download x86 installer](https://go.microsoft.com/fwlink/?linkid=2153469)
44+
45+
Version number: 17.7.1.1
46+
Released: January 29, 2021
47+
48+
If you need to download the installer in a language other than the one detected for you, you can use these direct links.
49+
For the x64 driver: [Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2153471&clcid=0x40a)
50+
For the x86 driver: [Chinese (Simplified)](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x804) | [Chinese (Traditional)](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x404) | [English (United States)](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x409) | [French](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x40c) | [German](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x407) | [Italian](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x410) | [Japanese](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x411) | [Korean](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x412) | [Portuguese (Brazil)](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x416) | [Russian](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x419) | [Spanish](https://go.microsoft.com/fwlink/?linkid=2153469&clcid=0x40a)
51+
52+
| Feature added | Details |
53+
| :------- | :------ |
54+
| AKV Interactive Authentication | See [Using Always Encrypted](../using-always-encrypted-with-the-odbc-driver.md). |
55+
| Service Principal Authentication | See [DSN and Connection String Attributes and Keywords](../dsn-connection-string-attribute.md). |
56+
| Ability to insert into encrypted money and smallmoney columns | See [Using Always Encrypted](../using-always-encrypted-with-the-odbc-driver.md). |
57+
| Bug fixes. | [Bug fixes](../bug-fixes.md). |
58+
|   |   |
59+
60+
## Previous Releases
61+
4062
## 17.6
4163

4264
![download](../../../ssms/media/download-icon.png) [Download x64 installer](https://go.microsoft.com/fwlink/?linkid=2137027)
@@ -56,8 +78,6 @@ For the x86 driver: [Chinese (Simplified)](https://go.microsoft.com/fwlink/?link
5678
| Bug fixes. | [Bug fixes](../bug-fixes.md). |
5779
|   |   |
5880

59-
## Previous Releases
60-
6181
## 17.5.2
6282

6383
![download](../../../ssms/media/download-icon.png) [Download x64 installer](https://go.microsoft.com/fwlink/?linkid=2120137)

0 commit comments

Comments
 (0)