Client code will get warnings due to used obsolete attribute.
Right now the type provider themselves haven't moved from FSharp.Data namespace.
Also, instead of putting everything internal or current usages of [<CompilerMessage("internal infrastructure")>], I'm picking to put all this under FSharp.Data.SqlClient.Internals namespace.
Due to the namespace choice, consumer who depend on this code know that things may break in the future.
this is to address #359
Client code will get warnings due to used obsolete attribute.
Right now the type provider themselves haven't moved from
FSharp.Data
namespace.Also, instead of putting everything
internal
or current usages of[<CompilerMessage("internal infrastructure")>]
, I'm picking to put all this underFSharp.Data.SqlClient.Internals
namespace.Due to the namespace choice, consumer who depend on this code know that things may break in the future.