- Notifications
You must be signed in to change notification settings - Fork311
Merge | Cleanup Pre 2005 Support in TdsParser#3206
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…helZ/SqlClient into pr/tdsparser-remove-sql-2000
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
- Removing _is2005- Removing ENV_CHANGE types that are not supported in TDS >7
codecovbot commentedMar 8, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3206 +/- ##===========================================+ Coverage 72.57% 92.58% +20.00%=========================================== Files 288 6 -282 Lines 59526 310 -59216 ===========================================- Hits 43201 287 -42914+ Misses 16325 23 -16302
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:
|
cb4f568
intomainUh oh!
There was an error while loading.Please reload this page.
* Cleanup Pre 2005 Support in TdsParser* Fix some code indentation issues* Fix some code indentation issues* Add back isVersion8* PR Comments- Removing _is2005- Removing ENV_CHANGE types that are not supported in TDS >7---------Co-authored-by: Michel Zehnder <MichelZ@users.noreply.github.com>Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
Rebuilding#3085 under the dotnet repo in order to complete full CI, original description is as follows
Now that#2839 is merged, the Pre 2005 Code can be removed from netfx to align netfx & netcore code for future merge of TdsParser.
It also removes asserts that were used to gate 2005-only code
The code does not aim to remove Pre 2005 Code from other classes
This is working towards#2953