You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it possible to support multiple database types, the sql server specific code has to be refactored into a separate assembly. Make sure it builds on top of a series of base classes as a lot of the code likely will be re-used by providers for other DBs
The text was updated successfully, but these errors were encountered:
FransBouma
changed the title
Refactor SQL Server specific provider into separate assembly
Refactor SQL Server specific provider into separate assembly or namespace
Jan 30, 2015
Massive chaos still in the code base, not done combing through the
SqlClient code to split it up. Hit some roadblocks as there are a few
public types in the SqlClient namespace which can't be changed to
another namespace so the chosen namespace will likely change again
before release (or the breaking change marked in the code is accepted as
such).
Work started to make it easier for #1 to be implemented as that's
currently not possible without lots of code duplication and this
refactor has to be done anyway.
To make it possible to support multiple database types, the sql server specific code has to be refactored into a separate assembly. Make sure it builds on top of a series of base classes as a lot of the code likely will be re-used by providers for other DBs
The text was updated successfully, but these errors were encountered: