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
Merge | Align TdsExecuteRPC between netcore and netfx (#3292)
* Factor out TDSExecuteRPCAddParameter for alignment with netcore
* Factor out TDSExecuteRPCParameterSetupFlushCompletion to align with netcore
* Factor out TDSExecuteRPCParameterSetupWriteCompletion to align with netcore
* Align connection lock release with netcore
* Align Code styles, add MustSetUdtTypeNameForUdtParams check
* Update src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Simplify a if statement where they're the same regardless of true/false
Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
* Replace ContinueTask with ContinueTaskWithState as per discussion
---------
Co-authored-by: Michel Zehnder <MichelZ@users.noreply.github.com>
Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
0 commit comments