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/linux-mac/release-notes.md
+25-11Lines changed: 25 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,31 @@ ms.workload: "Inactive"
22
22
23
23
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 17 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Linux and macOS
24
24
25
-
Azure SQL Managed Instance (Extended Private Preview). Note that there are a number of differences when using Managed Instance:
26
-
- FILESTREAM is not supported
27
-
- Local filesystem access is not supported, but required for things like tracefiles
28
-
- Create UDT from local path not supported
29
-
- Windows Integrated Authentication not supported
30
-
- DTC not supported
31
-
- 'sa' account is not present (default account is called 'cloudSA')
32
-
- TDS token ERROR (0xAA) returns incorrect server name
33
-
- Special characters in database name are not supported
34
-
- ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
35
-
- The error messages are always shown in English, regardless of language settings (same as Azure)
25
+
**New distributions supported**:
26
+
macOS High Sierra and Ubuntu 17.10
27
+
28
+
**Performance Improvements**:
29
+
Greater than 10x performance improvement when driver converts to/from UTF-8/16.
30
+
31
+
**Features Added**:
32
+
33
+
Always Encrypted support for BCP API
34
+
35
+
New connection string attribute UseFMTOnly causes driver to use legacy metadata in special cases requiring temp tables.
36
+
37
+
Support for Azure SQL Managed Instance (Extended Private Preview).
38
+
> [!NOTE]
39
+
> There are a number of differences when using Managed Instance:
40
+
> - FILESTREAM is not supported
41
+
> - Local filesystem access is not supported, but required for things like tracefiles
42
+
> - Create UDT from local path is not supported
43
+
> - Windows Integrated Authentication is not supported
44
+
> - DTC is not supported
45
+
> - 'sa' account is not present (default account is called 'cloudSA')
46
+
> - TDS token ERROR (0xAA) returns incorrect server name
47
+
> - Special characters in database name are not supported
48
+
> - ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
49
+
> - The error messages are always shown in English, regardless of language settings (same as Azure)
36
50
37
51
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 13.1 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Linux and macOS
Release Notes for Microsoft ODBC Driver for SQL Server on Windows.
25
+
26
+
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 17 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Windows
27
+
28
+
**Features Added**:
29
+
30
+
Always Encrypted support for BCP API
31
+
32
+
New connection string attribute UseFMTOnly causes driver to use legacy metadata in special cases requiring temp tables.
33
+
34
+
Support for Azure SQL Managed Instance (Extended Private Preview).
35
+
> [!NOTE]
36
+
> There are a number of differences when using Managed Instance:
37
+
> - FILESTREAM is not supported
38
+
> - Local filesystem access is not supported, but required for things like tracefiles
39
+
> - Create UDT from local path is not supported
40
+
> - Windows Integrated Authentication is not supported
41
+
> - DTC is not supported
42
+
> - 'sa' account is not present (default account is called 'cloudSA')
43
+
> - TDS token ERROR (0xAA) returns incorrect server name
44
+
> - Special characters in database name are not supported
45
+
> - ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
46
+
> - The error messages are always shown in English, regardless of language settings (same as Azure)
25
47
26
48
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 13.1 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Windows
27
49
ODBC Driver 13.1 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] adds support for [Always Encrypted](../../../connect/odbc/using-always-encrypted-with-the-odbc-driver.md) and [Azure Active Directory](../../../connect/odbc/using-azure-active-directory.md) when used in conjunction with Microsoft SQL Server 2016. Corresponding connection pooling keywords/attributes are described in [Driver Aware Connection Pooling in the ODBC Driver for SQL Server](../../../connect/odbc/windows/driver-aware-connection-pooling-in-the-odbc-driver-for-sql-server.md).
0 commit comments