Closed mdaigle closed 2 months ago
Of course tests would be nice 😀 but I know you are working on them
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 72.02%. Comparing base (
f8f2a96
) to head (3ed1412
). Report is 12 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Is this fix not required in .NetFx branch?
Is this fix not required in .NetFx branch?
Yes, I had been having an issue with the test in netfx, but I just resolved it. I have a PR open here to add to netfx: #2843
Addresses an issue where failure to decrypt an encrypted column value leaves unread bytes either in the buffer or on the wire. If the internal connection is pooled, these bytes interfere with the next operation.