Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: infinity handling for java.time types #814

Merged
merged 1 commit into from Apr 17, 2017
Merged

Conversation

vlsi
Copy link
Member

@vlsi vlsi commented Apr 16, 2017

Date/Timestamp infinity get converted to LocalDate.MIN/MAX and friends.

fixes #789

@vlsi vlsi added this to the 42.1.0 milestone Apr 16, 2017
@codecov-io
Copy link

codecov-io commented Apr 16, 2017

Codecov Report

Merging #814 into master will increase coverage by 0.25%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master     #814      +/-   ##
============================================
+ Coverage     65.28%   65.54%   +0.25%     
- Complexity     3523     3542      +19     
============================================
  Files           166      166              
  Lines         15230    15240      +10     
  Branches       2468     2472       +4     
============================================
+ Hits           9943     9989      +46     
+ Misses         4099     4074      -25     
+ Partials       1188     1177      -11

Date/Timestamp infinity get converted to LocalDate.MIN/MAX and friends.

fixes pgjdbc#789
@vlsi vlsi merged commit f375701 into pgjdbc:master Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in TimestampUtils
2 participants