v.21.3Improvement
Implicit Conversion from Integer to Decimal Type Throws ARGUMENT_OUT_OF_BOUND Error
Implicit conversion from integer to Decimal type might succeeded if integer value doe not fit into Decimal type. Now it throws ARGUMENT_OUT_OF_BOUND. #20232 (tavplubix).