hibernate-orm/hibernate-core
Gavin King 385cba79d8 remove PowerReturnTypeResolver
You can't do "exact decimal" exponentiation. For the same reason that
sqrt() is of type Double in the JPA, pow(decimal, 0.5) is also of type
Double.

Yes, yes, I know that some dbs (Postgres!) claim that the return type is
NUMERIC for NUMERIC arguments. But go on, try it: yes, the return type of
typed NUMERIC, but then it has a very suspicious number of digits. Hrrm....
17 decimal digits, now why does that specific number ring a bell?
2022-01-31 11:29:24 +01:00
..
src remove PowerReturnTypeResolver 2022-01-31 11:29:24 +01:00
hibernate-core.gradle move remaining tests from o.h.test to o.h.orm.test 2022-01-26 17:06:53 -06:00