Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: d5b0c167c890e49890339cc4597f3581d469d3f0
https://github.com/hibernate/hibernate-orm/commit/d5b0c167c890e49890339cc...
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/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
Log Message:
-----------
on H2 after 2.0 don't need column type workaround
Apparently H2 correctly reports column types via JDBC metadata
since 2.0, so this workaround is unnecessary.
Also add a default mapping for DECIMAL in superclass, just for
completeness.
cc @famod