-
Couldn't load subscription status.
- Fork 316
Merge | Align TdsExecuteRPC between netcore and netfx #3292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge | Align TdsExecuteRPC between netcore and netfx #3292
Conversation
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs
Outdated
Show resolved
Hide resolved
…t/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>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3292 +/- ##
==========================================
+ Coverage 72.98% 73.03% +0.04%
==========================================
Files 299 298 -1
Lines 57215 57033 -182
==========================================
- Hits 41760 41653 -107
+ Misses 15455 15380 -75
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Recreation of #2985 to resolve merge conflicts and get full CI runs
Splitting up TdsExecuteRPC to multiple functions to align netcore and netfx
Part of #2953