We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jadira/usertype.core/src/main/java/org/jadira/usertype/dateandtime/threeten/columnmapper/TimeColumnLocalTimeMapper.java
Line 58 in d55d023
getNano() only returns the nanosecond portion of the time.
This should use something like Time.valueOf(localDateTime.toLocalTime())
Dropwizard 1.3.0 took a dependency on the 7.0.0.CR1 release, which means all uses of LocalTime in Hibernate will truncate time.
The text was updated successfully, but these errors were encountered:
I'm having the same problem here. Basically, a column of type Time is unusable.
Sorry, something went wrong.
No branches or pull requests
jadira/usertype.core/src/main/java/org/jadira/usertype/dateandtime/threeten/columnmapper/TimeColumnLocalTimeMapper.java
Line 58 in d55d023
getNano() only returns the nanosecond portion of the time.
This should use something like Time.valueOf(localDateTime.toLocalTime())
Dropwizard 1.3.0 took a dependency on the 7.0.0.CR1 release, which means all uses of LocalTime in Hibernate will truncate time.
The text was updated successfully, but these errors were encountered: