SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.

MIT License

Stars
820
Committers
80

Bot releases are hidden (Show)

SqlClient - Hotfix & Stable Release v1.0.19269.1

Published by cheenamalhotra about 5 years ago

Fixed Issues

  • SqlCommand.StatementCompleted event never being fired #212
  • Added missing Authentication property to SqlConnectionStringBuilder reference assembly
  • Reverted API changes in SqlAuthenticationParameters which had changed the public string Resource property to public string[] Scopes

Detailed release notes are available at 1.0.md

SqlClient - Hotfix & Stable Release v1.0.19249.1

Published by cheenamalhotra about 5 years ago

Fixed Issues

  • Fixed issues with large data reading in Unix applications when data is spanned over multiple packets. #171

Detailed release notes are available at 1.0.md

SqlClient - Stable Release v1.0.19239.1

Published by cheenamalhotra about 5 years ago

New features over .NET Framework 4.7.2 System.Data.SqlClient

  • Active Directory Interactive Authentication - Applicable to Azure SQL Database and Azure Data Warehouse
  • Data Classification - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0.
  • UTF-8 support - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3.

New features over .NET Core 2.2 System.Data.SqlClient

  • Active Directory Password Authentication - Applicable to Azure SQL Database and Azure Data Warehouse
  • Data Classification - Available in Azure SQL Database and Microsoft SQL Server 2019 since CTP 2.0.
  • UTF-8 support - Available in Microsoft SQL Server SQL Server 2019 since CTP 2.3.
  • Always Encrypted - Always Encrypted is available in Microsoft SQL Server 2016 and higher.

Detailed release notes are available at 1.0.md