Istvan Toth created CALCITE-4752:
------------------------------------
Summary: PreparedStatement#SetObject() fails for BigDecimal values
Key: CALCITE-4752
URL: https://issues.apache.org/jira/browse/CALCITE-4752
Project: Calcite
Issue Type: Task
Components: avatica
Affects Versions: 1.18.0
Reporter: Istvan Toth
Assignee: Istvan Toth
{code:java}
preparedStatement.setObject(1, new BigDecimal.ONE)
{code}
results in an SqlException.
Avatica should be able to deduce the type correctly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)