Indeed, as workaround I added this extra operation. However the source of the issue is in the method NumberType.convertToTypeLimits. The weird issue is the different behaviors for the query: select ?*1.0 from my_table Fail for value 100.0 but success for value 10.0 My guess is that the scale and precision checks in convertToTypeLimits should be completed before throwing this error.
numeric value out of range error on basic arithmetic
Test class is provided
False positive "Avoid unused private methods" with Generics
I can reproduce it too wiyth this code : public class TestPrivate<T> { protected...
I con reproduce it too wiyth this code : public class TestPrivate<T> { protected...