dotnet / SqlClient

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
MIT License
817 stars 271 forks source link

Adding DataSourceParser and ConnectionHandlerContext #2592

Closed samsharma2700 closed 1 week ago

samsharma2700 commented 2 weeks ago

1). Adding necessary handler and helpers for data source parsing. 2). Updating ConnectionHandlerContext so as to be used by all other handlers. 3). Updated HandlerRequestType since we will not be using ConnectionRequest anymore.

saurabh500 commented 2 weeks ago

There should have been changes to the csproj file as well. You would need to add the csproj modifications to the PR too.