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/driver-feature-matrix.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ We wish all drivers supported every feature and spend effort to ensure feature p
48
48
|[Transparent Network IP Resolution](odbc/using-transparent-network-ip-resolution.md)||[Yes](/dotnet/api/microsoft.data.sqlclient.sqlconnection.connectionstring?view=sqlclient-dotnet-1.1)||[Yes](/dotnet/api/system.data.sqlclient.sqlconnection.connectionstring?view=netframework-4.8)|
49
49
| | | | | |
50
50
51
-
| <aid="table2"></a>Feature |[ODBC Driver for SQL Server on Windows](odbc/microsoft-odbc-driver-for-sql-server.md)|[ODBC Driver for SQL Server on Linux](odbc/microsoft-odbc-driver-for-sql-server.md)|[JDBC Driver for SQL Server](jdbc/microsoft-jdbc-driver-for-sql-server.md)|[OLE DB Driver for SQL Server](oledb/oledb-driver-for-sql-server.md)|
51
+
| <aid="table2"></a>Feature |[ODBC Driver for SQL Server on Windows](odbc/microsoft-odbc-driver-for-sql-server.md)|[ODBC Driver for SQL Server on Linux and macOS](odbc/microsoft-odbc-driver-for-sql-server.md)|[JDBC Driver for SQL Server](jdbc/microsoft-jdbc-driver-for-sql-server.md)|[OLE DB Driver for SQL Server](oledb/oledb-driver-for-sql-server.md)|
|[Always Encrypted with secure enclaves](../relational-databases/security/encryption/always-encrypted-enclaves.md)|[Yes](odbc/using-always-encrypted-with-the-odbc-driver.md#enabling-always-encrypted-with-secure-enclaves)|[Yes](odbc/using-always-encrypted-with-the-odbc-driver.md#enabling-always-encrypted-with-secure-enclaves)|[Yes](jdbc/using-always-encrypted-with-the-jdbc-driver.md)||
@@ -67,14 +67,14 @@ We wish all drivers supported every feature and spend effort to ensure feature p
67
67
|[Transparent Network IP Resolution](odbc/using-transparent-network-ip-resolution.md)|[Yes](odbc/using-transparent-network-ip-resolution.md)|[Yes](odbc/using-transparent-network-ip-resolution.md)|[Yes](jdbc/setting-the-connection-properties.md)||
68
68
| | | | | |
69
69
70
-
| <aid="table3"></a>Feature |[Drivers for PHP for SQL Server on Windows](php/microsoft-php-driver-for-sql-server.md)|[Drivers for PHP for SQL Server on Linux/<wbr>macOS](php/microsoft-php-driver-for-sql-server.md)|[Tedious (Node.js)](node-js/node-js-driver-for-sql-server.md)|[pyODBC (Python)](python/pyodbc/python-sql-driver-pyodbc.md)|
70
+
| <aid="table3"></a>Feature |[Drivers for PHP for SQL Server on Windows](php/microsoft-php-driver-for-sql-server.md)<sup>[2](#note2)</sup>|[Drivers for PHP for SQL Server on Linux and macOS](php/microsoft-php-driver-for-sql-server.md)<sup>[2](#note2)</sup>|[Tedious (Node.js)](node-js/node-js-driver-for-sql-server.md)|[pyODBC (Python)](python/pyodbc/python-sql-driver-pyodbc.md)<sup>[2](#note2)</sup>|
@@ -88,7 +88,9 @@ We wish all drivers supported every feature and spend effort to ensure feature p
88
88
89
89
<aid="note1"></a><sup>1</sup> Active Directory federated authentication without password hash synchronization or pass-through authentication isn't supported on Linux and macOS.
90
90
91
-
<aid="note2"></a><sup>2</sup> Only on Windows.
91
+
<aid="note2"></a><sup>2</sup> Since these drivers rely on the Microsoft ODBC Driver for SQL Server, a version of that driver which supports the feature must also be used.
0 commit comments