Closed deepaksa1 closed 1 month ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 72.02%. Comparing base (
cc58d79
) to head (bd3c3c7
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
.../netcore/src/Microsoft/Data/SqlClient/TdsParser.cs | 0.00% | 1 Missing :warning: |
...nt/netfx/src/Microsoft/Data/SqlClient/TdsParser.cs | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Porting #2830 This PR aims to fix
SqlDataReader.IsDBNull()
API for json data type. Currently, it returns false for a null json column. Adding the case for json type returns expected output. It can be tested usingJsonTest.TestNullJson()