Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 34cb6d50d991430dd42894d97e3613fdaff08de0
https://github.com/hibernate/hibernate-orm/commit/34cb6d50d991430dd42894d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-02-04 (Thu, 04 Feb 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
Log Message:
-----------
on H2 prior to 2.0 map NUMERIC to DECIMAL
This is helpful the schema update tool.
This workaround was lost during my work on Dialects.