Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 1172943252bfada34e038f0a337418044f484c4c
https://github.com/hibernate/hibernate-orm/commit/1172943252bfada34e038f0...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/Discount.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetomany/embeddedid/OneToManyCompositeKeyTest.java
Log Message:
-----------
fix broken float type precision conversion
it is not the case that ln(10) = log_2(10)