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

Blackrock: Added QUOTED_IDENTIFIER and CONCAT_NULL_YIELDS_NULL flag in connection #2618

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Added test cases for QUOTED_IDENTIFIER/CONCAT_NULL_YIELDS_NULL flags'…

4e7192a
Select commit
Loading
Failed to load commit list.
Open

Blackrock: Added QUOTED_IDENTIFIER and CONCAT_NULL_YIELDS_NULL flag in connection #2618

Added test cases for QUOTED_IDENTIFIER/CONCAT_NULL_YIELDS_NULL flags'…
4e7192a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 4, 2025 in 0s

51.53% (-0.01%) compared to 7e795d4

View this Pull Request on Codecov

51.53% (-0.01%) compared to 7e795d4

Details

Codecov Report

Attention: Patch coverage is 67.21311% with 20 lines in your changes missing coverage. Please review.

Project coverage is 51.53%. Comparing base (7e795d4) to head (4e7192a).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
.../com/microsoft/sqlserver/jdbc/SQLServerDriver.java 67.74% 8 Missing and 2 partials ⚠️
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 63.15% 5 Missing and 2 partials ⚠️
.../microsoft/sqlserver/jdbc/SQLServerDataSource.java 72.72% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2618      +/-   ##
============================================
- Coverage     51.54%   51.53%   -0.01%     
- Complexity     3996     3997       +1     
============================================
  Files           147      147              
  Lines         33694    33756      +62     
  Branches       5630     5639       +9     
============================================
+ Hits          17366    17397      +31     
- Misses        13877    13905      +28     
- Partials       2451     2454       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.