|
I think the data type calculation in org.hibernate.hql.internal.ast.tree.BinaryArithmeticOperatorNode is wrong in that (imo) BigDecimal and BingInteger should resolve higher than Float/Double. Right now, e.g., Float+BigDecimal resolves to a Float; etc
|