fsprojects / SQLProvider

A general F# SQL database erasing type provider, supporting LINQ queries, schema exploration, individuals, CRUD operations and much more besides.
https://fsprojects.github.io/SQLProvider
Other
570 stars 144 forks source link

Switch to `Microsoft.Data.SqlClient` #670

Closed daniellittledev closed 4 years ago

daniellittledev commented 4 years ago

Description

As Microsoft.Data.SqlClient is due to supersede/replace System.Data.SqlClient SQLProvider should consider switching to Microsoft.Data.SqlClient.

daniellittledev commented 4 years ago

Related https://github.com/fsprojects/SQLProvider/issues/645#issuecomment-589509133

Thorium commented 4 years ago

Done. There is now possibility to use whatever-version of Microsoft SQL driver by copying that to resolution path folder, giving that as a static parameter to SQLProvider, and using DatabaseProviderTypes.MSSQLSERVER_DYNAMIC instead of the classic DatabaseProviderTypes.MSSQLSERVER