Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: ae291bf04f574ef745761ebde00791806fbbed53
https://github.com/hibernate/hibernate-orm/commit/ae291bf04f574ef745761eb...
Author: gavinking <gavin(a)ceylon-lang.org>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DurationJavaDescriptor.java
Log Message:
-----------
Prevent overflow when persisting Durations
Durations should be converted to BigDecimals for storage in NUMERIC columns.
(I missed this change when I merged my work from the previous branch.)