Yury Gerzhedovich created IGNITE-19321:
------------------------------------------
Summary: move conversion SQL JDBC date/time from common place
Key: IGNITE-19321
URL: https://issues.apache.org/jira/browse/IGNITE-19321
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Yury Gerzhedovich
Move JDBC specific parameter conversation from common ClientBinaryTupleUtils
to another place. Need take into account that conversion should cover all JDBC
SQL date/time interfaces and setObject() method.
|prepStmt.setDate()|
| prepStmt.setTime()|
| prepStmt.setTimestamp()
|
|prepStmt.setObject()|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)