On Friday, October 16, 2020, Thangavel, Parameswaran <
Parameswaran.Thangavel@rsa.com> wrote:
Any thoughts on why this behavior, Is this expected?
Not immediately, can you demonstrate the problem without using JDBC? The JDBC project has its own issues setup on GitHub.
preparedStatement.setFloat(4, val);
float_value numeric
Frankly, I would consider this to be an application bug, incorrectly using the API. BigDecimal maps onto numeric.
David J.