Blog Post

SQL Server Blog
1 MIN READ

Released: Microsoft.Data.SqlClient 1.1.3

David-Engel's avatar
David-Engel
Steel Contributor
May 15, 2020

We recently released an update to Microsoft.Data.SqlClient, version 1.1.3. The update addresses a couple issues that are important to our customers.

 

Updates in Microsoft.Data.SqlClient 1.1.3 are:

 

Fixed

  • Fixed driver behavior to not perform enlistment of pooled connection on aborted transaction #551
  • Fixed issues introduced with MARS TDS Header fix in last release by reverting original change that caused issues. #550

To get the new package, add a NuGet reference to Microsoft.Data.SqlClient in your application.

 

For the list of changes in Microsoft.Data.SqlClient 1.1.3, you can also see the Release Notes.

 

If you encounter any issues or have any feedback, head over to the SqlClient GitHub repository and submit an issue.

 

David Engel

Published May 15, 2020
Version 1.0
No CommentsBe the first to comment