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

[5.2.2] | Fix decrypt failure to drain data #2817

Conversation

dauinsight
Copy link
Contributor

Backports: #2618

@dauinsight dauinsight added the 🐛 Bug! Issues that are bugs in the drivers we maintain. label Aug 26, 2024
Copy link

codecov bot commented Aug 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 72.63%. Comparing base (da57fa9) to head (02f14d2).
Report is 3 commits behind head on release/5.2.

Files Patch % Lines
.../netcore/src/Microsoft/Data/SqlClient/TdsParser.cs 0.00% 2 Missing ⚠️
...nt/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           release/5.2    #2817      +/-   ##
===============================================
+ Coverage        72.59%   72.63%   +0.04%     
===============================================
  Files              310      310              
  Lines            61930    61934       +4     
===============================================
+ Hits             44958    44988      +30     
+ Misses           16972    16946      -26     
Flag Coverage Δ
addons 92.88% <ø> (ø)
netcore 76.86% <0.00%> (+0.07%) ⬆️
netfx 70.18% <0.00%> (-0.02%) ⬇️

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 changed the title [5.2] Fix | Fix decrypt failure to drain data [5.2.2] | Fix decrypt failure to drain data Aug 26, 2024
@DavoudEshtehari DavoudEshtehari merged commit a985927 into dotnet:release/5.2 Aug 26, 2024
150 checks passed
@gituser8121
Copy link

Hi @DavoudEshtehari, we had a client who reported having an issue whenever their application accessed an encrypted column in Azure SQL. We advised them to upgrade to 5.2.2 which had fixed the issue for about three weeks but then again yesterday they encountered same issue again. Will the version 6.0.0-preview1.24240.8 permanently fix this issue? Thank you.

@DavoudEshtehari
Copy link
Contributor

@gituser8121 The same fix is available in version 6.0.0-preview1, which is a pre-release version intended for testing before the upcoming GA release. Please open an issue and provide a simple repro app and/or detailed steps to reproduce the issue for further investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug! Issues that are bugs in the drivers we maintain.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants