ormlite-core
ormlite-core copied to clipboard
Added Dao raw methods that take ArgumentHolder... for SqlType
I think this isn't going to cause any compilation warnings or anything. Not sure why I didn't think of having these before.
Codecov Report
Merging #275 (a2c75c4) into master (a2c9633) will decrease coverage by
0.37%
. The diff coverage is69.18%
.
@@ Coverage Diff @@
## master #275 +/- ##
============================================
- Coverage 87.15% 86.78% -0.38%
- Complexity 2637 2666 +29
============================================
Files 139 139
Lines 7344 7494 +150
Branches 957 960 +3
============================================
+ Hits 6401 6504 +103
- Misses 635 679 +44
- Partials 308 311 +3
Impacted Files | Coverage Δ | |
---|---|---|
src/main/java/com/j256/ormlite/dao/Dao.java | 100.00% <ø> (ø) |
|
...java/com/j256/ormlite/dao/RuntimeExceptionDao.java | 78.32% <35.93%> (-18.84%) |
:arrow_down: |
.../java/com/j256/ormlite/stmt/StatementExecutor.java | 89.47% <57.89%> (+1.93%) |
:arrow_up: |
...rc/main/java/com/j256/ormlite/dao/BaseDaoImpl.java | 95.66% <100.00%> (+3.36%) |
:arrow_up: |
src/main/java/com/j256/ormlite/stmt/Where.java | 84.94% <0.00%> (+0.53%) |
:arrow_up: |
src/main/java/com/j256/ormlite/stmt/SelectArg.java | 100.00% <0.00%> (+10.00%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a2c9633...a2c75c4. Read the comment docs.