j256 / ormlite-core

Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android
http://ormlite.com/
ISC License
578 stars 213 forks source link

Fixed postgres issue with mixed case sequence names. #206

Closed j256 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #206 (76c0c94) into master (4911010) will increase coverage by 0.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #206      +/-   ##
============================================
+ Coverage     88.23%   88.39%   +0.15%     
- Complexity     2578     2588      +10     
============================================
  Files           134      134              
  Lines          7096     7099       +3     
  Branches        932      933       +1     
============================================
+ Hits           6261     6275      +14     
+ Misses          547      537      -10     
+ Partials        288      287       -1     
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/j256/ormlite/db/BaseDatabaseType.java 90.00% <100.00%> (+5.45%) 103.00 <1.00> (+10.00)

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 4911010...76c0c94. Read the comment docs.