Skip to content
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

Fix | Fixed SqlBulkCopy.WriteToServer to ensure successful completion of consecutive calls to it. #2375

Merged

Conversation

arellegue
Copy link
Contributor

@arellegue arellegue commented Feb 28, 2024

Fixes Issue #2333

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.66%. Comparing base (5a98166) to head (209a20a).
Report is 11 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2375   +/-   ##
=======================================
  Coverage   72.66%   72.66%           
=======================================
  Files         310      310           
  Lines       61875    61885   +10     
=======================================
+ Hits        44961    44970    +9     
- Misses      16914    16915    +1     
Flag Coverage Δ
addons 92.88% <ø> (ø)
netcore 76.85% <100.00%> (-0.11%) ⬇️
netfx 70.21% <100.00%> (+0.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.

@DavoudEshtehari DavoudEshtehari added the 🐛 Bug! Something isn't right ! label Mar 4, 2024
@DavoudEshtehari DavoudEshtehari added this to the 6.0-preview1 milestone Mar 4, 2024
@arellegue arellegue linked an issue Mar 5, 2024 that may be closed by this pull request
@arellegue arellegue merged commit 5376a04 into dotnet:main Mar 5, 2024
148 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug! Something isn't right !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SqlBulkCopy multiple bulk copy operations issue
3 participants