ormlite-core icon indicating copy to clipboard operation
ormlite-core copied to clipboard

Added timezone support for date-string formats.

Open j256 opened this issue 4 years ago • 2 comments

Thanks to juur. Fixes #167.

j256 avatar Oct 29 '21 14:10 j256

Codecov Report

Merging #237 (d5385e4) into master (bac49c9) will increase coverage by 0.00%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #237   +/-   ##
=========================================
  Coverage     88.09%   88.10%           
- Complexity     2618     2621    +3     
=========================================
  Files           136      136           
  Lines          7199     7213   +14     
  Branches        944      947    +3     
=========================================
+ Hits           6342     6355   +13     
  Misses          561      561           
- Partials        296      297    +1     
Impacted Files Coverage Δ
...a/com/j256/ormlite/field/types/DateStringType.java 94.44% <88.88%> (-1.99%) :arrow_down:
...56/ormlite/field/types/DateStringFormatConfig.java 100.00% <100.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 bac49c9...d5385e4. Read the comment docs.

codecov[bot] avatar Oct 29 '21 14:10 codecov[bot]

How's this @juur? Does it go far enough? Are there other database types that need to support it?

j256 avatar Oct 29 '21 14:10 j256