Skip to content

fix: provide default getObject(Class) fallback in QueryJDBCAccessor

f966f24
Select commit
Loading
Failed to load commit list.
Merged

fix: support getObject(Class) with identity class type in QueryJDBCAccessor #186

fix: provide default getObject(Class) fallback in QueryJDBCAccessor
f966f24
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 12, 2026 in 0s

82.37% (-0.01%) compared to 1bda7d4

View this Pull Request on Codecov

82.37% (-0.01%) compared to 1bda7d4

Details

Codecov Report

❌ Patch coverage is 75.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.37%. Comparing base (1bda7d4) to head (f966f24).

Files with missing lines Patch % Lines
...atacloud/jdbc/core/accessor/QueryJDBCAccessor.java 75.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #186      +/-   ##
============================================
- Coverage     82.37%   82.37%   -0.01%     
- Complexity     1867     1871       +4     
============================================
  Files           125      125              
  Lines          5009     5020      +11     
  Branches        537      540       +3     
============================================
+ Hits           4126     4135       +9     
- Misses          641      642       +1     
- Partials        242      243       +1     
Components Coverage Δ
JDBC Core 83.14% <75.00%> (-0.01%) ⬇️
JDBC Main 40.69% <ø> (ø)
JDBC HTTP 90.30% <ø> (ø)
JDBC Utilities 65.25% <ø> (ø)
Spark Datasource ∅ <ø> (∅)
Files with missing lines Coverage Δ
...atacloud/jdbc/core/accessor/QueryJDBCAccessor.java 93.87% <75.00%> (-3.50%) ⬇️

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.