[hibernate-commits] [hibernate/hibernate-orm] ae291b: Prevent overflow when persisting Durations

Gavin King noreply at github.com
Tue Feb 4 07:55:53 EST 2020


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: ae291bf04f574ef745761ebde00791806fbbed53
      https://github.com/hibernate/hibernate-orm/commit/ae291bf04f574ef745761ebde00791806fbbed53
  Author: gavinking <gavin at 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.)




More information about the hibernate-commits mailing list