Skip to content

[7.0.1 Cherry-pick] Extract SqlBulkCopy column names using dynamic SQL#4147

Merged
paulmedynski merged 1 commit intorelease/7.0from
dev/automation/pr-4092-to-7.0.1
Apr 7, 2026
Merged

[7.0.1 Cherry-pick] Extract SqlBulkCopy column names using dynamic SQL#4147
paulmedynski merged 1 commit intorelease/7.0from
dev/automation/pr-4092-to-7.0.1

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions bot commented Apr 7, 2026

Cherry-pick of #4092 (1ec7675) into release/7.0.

Note: Milestone 7.0.1 does not exist yet. Please create it and assign this PR manually.

Co-authored-by: Edward Neal <55035479+edwardneal@users.noreply.github.com>
@github-actions github-actions bot requested a review from a team as a code owner April 7, 2026 09:55
@github-project-automation github-project-automation bot moved this to To triage in SqlClient Board Apr 7, 2026
@paulmedynski paulmedynski added this to the 7.0.1 milestone Apr 7, 2026
@paulmedynski paulmedynski added the Regression 💥 Issues that are regressions introduced from earlier PRs. label Apr 7, 2026
@paulmedynski paulmedynski moved this from To triage to In review in SqlClient Board Apr 7, 2026
@paulmedynski paulmedynski linked an issue Apr 7, 2026 that may be closed by this pull request
@paulmedynski paulmedynski self-assigned this Apr 7, 2026
@paulmedynski
Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 2 pipeline(s).

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

❌ Patch coverage is 63.63636% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.55%. Comparing base (864f666) to head (1b61cbb).
⚠️ Report is 3 commits behind head on release/7.0.

Files with missing lines Patch % Lines
...Client/src/Microsoft/Data/SqlClient/SqlBulkCopy.cs 63.63% 4 Missing ⚠️

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

HEAD has 1 upload less than BASE
Flag BASE (864f666) HEAD (1b61cbb)
CI-SqlClient 1 0
Additional details and impacted files
@@               Coverage Diff               @@
##           release/7.0    #4147      +/-   ##
===============================================
- Coverage        73.07%   65.55%   -7.53%     
===============================================
  Files              280      275       -5     
  Lines            42997    65825   +22828     
===============================================
+ Hits             31422    43154   +11732     
- Misses           11575    22671   +11096     
Flag Coverage Δ
CI-SqlClient ?
PR-SqlClient-Project 65.55% <63.63%> (?)

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.

@paulmedynski paulmedynski merged commit 31ed0ab into release/7.0 Apr 7, 2026
299 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in SqlClient Board Apr 7, 2026
@paulmedynski paulmedynski deleted the dev/automation/pr-4092-to-7.0.1 branch April 7, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Regression 💥 Issues that are regressions introduced from earlier PRs.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[7.0] SQL Bulk Copy Fails on SQL Server 2016 / 130

2 participants