ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

make MicrosoftSqlProviderServices open to inherit #148

Closed rayao closed 1 month ago

rayao commented 1 month ago

Remove "sealed" from MicrosoftSqlProviderServices to allow inheritance and override.

ErikEJ commented 1 month ago

Is that all you need?

How will you then implement CloneDbConnection?

(Maybe CloneDbConnection could simply be improved)

rayao commented 1 month ago

I just want to keep it least changed, let me propose another one, so you can easily choose