-
Notifications
You must be signed in to change notification settings - Fork 286
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 null binary rowversion and add test coverage #1688
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1688 +/- ##
==========================================
- Coverage 71.40% 70.22% -1.19%
==========================================
Files 295 293 -2
Lines 61195 61384 +189
==========================================
- Hits 43697 43106 -591
- Misses 17498 18278 +780
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
It looks like the test CI is just broken. |
It's very impressive to see this issue get fixed so quickly. I reported this bug 8 days ago and the fix is already merged into dotnet:main. This truly shows the power of open source and the direct interaction it brings between Microsoft and it's community of developers. Big shout out to @Wraith2 for fixing this so quickly. Impressed. |
Porting dotnet#1688 to 3.1-servicing.
Porting #1688 to 3.1-servicing.
fixes #1684
The fix is very simple and simply adds a a null check that was already present in all the other SqlType returning properties on SqlBuffer. Test coverage is added for SqlBinary and SqlBytes in the existing test.
/cc @rclabo, @dbrownems