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
577 stars 212 forks source link

Better exception messages when field/column name the same. #232

Closed j256 closed 2 years ago

j256 commented 2 years ago

Hey @dlew. What do you think of this change?

codecov[bot] commented 2 years ago

Codecov Report

Merging #232 (356d94e) into master (dc7f9cb) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #232   +/-   ##
=========================================
  Coverage     88.15%   88.15%           
  Complexity     2617     2617           
=========================================
  Files           136      136           
  Lines          7175     7179    +4     
  Branches        941      941           
=========================================
+ Hits           6325     6329    +4     
  Misses          554      554           
  Partials        296      296           
Impacted Files Coverage Δ
...rc/main/java/com/j256/ormlite/table/TableInfo.java 88.88% <100.00%> (+0.65%) :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 dc7f9cb...356d94e. Read the comment docs.