Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Complete removal of SQL 2000 support#3217

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

Merged
cheenamalhotra merged 9 commits intodotnet:mainfromedwardneal:merge/remove-sql-2000
Mar 17, 2025

Conversation

edwardneal
Copy link
Contributor

This finishes the work from#3206 and prior PRs. It removes theIs2005OrNewer andIs2000 properties fromSqlCommand,SqlConnection,SqlInternalConnectionSmi,SqlInternalConnectionTds,SqlInternalConnection andTdsParser, then chases those references through the codebase.

I'd appreciate a CI run against this, although I don't think there'll be any surprises here - all of these code paths should be dead.

Copy link
Contributor

@paulmedynskipaulmedynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good - one small change requested.

}
finally
{
if (con != null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Can you add braces here, or use null-conditionalcon?.Dispose() ?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Yes - fixed. I've updated the netcore code to keep it in sync.

@paulmedynski
Copy link
Contributor

/azp run

@azure-pipelinesAzure Pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecovCodecov
Copy link

codecovbot commentedMar 17, 2025
edited
Loading

Codecov Report

Attention: Patch coverage is87.09677% with8 lines in your changes missing coverage. Please review.

Project coverage is 66.14%. Comparing base(1e59b88) to head(c2fb943).
Report is 39 commits behind head on main.

Files with missing linesPatch %Lines
...t/netfx/src/Microsoft/Data/SqlClient/SqlCommand.cs37.50%5 Missing⚠️
.../netfx/src/Microsoft/Data/SqlClient/SqlBulkCopy.cs93.33%3 Missing⚠️

❗ There is a different number of reports uploaded between BASE (1e59b88) and HEAD (c2fb943). Click for more details.

HEAD has 1 upload less than BASE
FlagBASE (1e59b88)HEAD (c2fb943)
addons10
Additional details and impacted files
@@            Coverage Diff             @@##             main    #3217      +/-   ##==========================================- Coverage   72.58%   66.14%   -6.44%==========================================  Files         289      282       -7       Lines       59503    59203     -300     ==========================================- Hits        43188    39162    -4026- Misses      16315    20041    +3726
FlagCoverage Δ
addons?
netcore68.87% <100.00%> (-6.26%)⬇️
netfx65.13% <86.88%> (-6.07%)⬇️

Flags with carried forward coverage won't be shown.Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report?Share it here.

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cheenamalhotracheenamalhotra added this to the7.0-preview1 milestoneMar 17, 2025
@cheenamalhotracheenamalhotra merged commit4e04631 intodotnet:mainMar 17, 2025
123 checks passed
@edwardnealedwardneal deleted the merge/remove-sql-2000 branchMarch 18, 2025 05:38
@cheenamalhotracheenamalhotra added the Breaking Change 🔨Issues/PRs that are related with breaking API changes in the driver. labelApr 16, 2025
@cheenamalhotracheenamalhotra removed the Breaking Change 🔨Issues/PRs that are related with breaking API changes in the driver. labelApr 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cheenamalhotracheenamalhotracheenamalhotra approved these changes

@paulmedynskipaulmedynskipaulmedynski approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
6.1-preview1
Development

Successfully merging this pull request may close these issues.

4 participants
@edwardneal@paulmedynski@cheenamalhotra@MichelZ

[8]ページ先頭

©2009-2025 Movatter.jp