jonwagner / Insight.Database

Fast, lightweight .NET micro-ORM
Other
856 stars 145 forks source link

Update library to reference latest version of Microsoft.Data.SqlClient #473

Closed psiservices-ketan-javia closed 2 years ago

psiservices-ketan-javia commented 2 years ago

Describe the feature

Insight.Database.Providers.MsSqlClient project is using a pretty outdated <PackageReference Include="Microsoft.Data.SqlClient" Version="1.1.0" />

Is this feature related to a problem, describe

This is preventing us from using handy features like Command Timeout in connection string which is available since v2.1

Additional context

Jaxelr commented 2 years ago

Considering that Insight.Database.Providers.MsSqlClient library has a target fx of net46, we will have to update it to version 2.1.4 to maintain fxcompat.

jonwagner commented 2 years ago

:+1: we can update and do a build. Note that the providers are forward-compatible so if you want to use a newer driver you can just upgrade your own project.