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

Added support for a timezone on date-string. #236

Closed j256 closed 3 years ago

j256 commented 3 years ago

Thanks to juur. Fixes #167

j256 commented 3 years ago

Comments @juur? Is this enough?

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (40b82ee) into master (0385103) will decrease coverage by 0.03%. The diff coverage is 88.23%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #236      +/-   ##
============================================
- Coverage     88.09%   88.06%   -0.04%     
- Complexity     2618     2620       +2     
============================================
  Files           136      136              
  Lines          7199     7213      +14     
  Branches        944      947       +3     
============================================
+ Hits           6342     6352      +10     
- Misses          561      562       +1     
- Partials        296      299       +3     
Impacted Files Coverage Δ
...a/com/j256/ormlite/field/types/DateStringType.java 91.66% <77.77%> (-4.77%) :arrow_down:
...56/ormlite/field/types/DateStringFormatConfig.java 100.00% <100.00%> (ø)
...ava/com/j256/ormlite/field/types/BaseDateType.java 93.10% <0.00%> (-6.90%) :arrow_down:

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 0385103...40b82ee. Read the comment docs.

j256 commented 3 years ago

THis has a bunch of extraneous changes and my rebase is failing so I'm going to remake this.