You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Yury Gerzhedovich (Jira)" <ji...@apache.org> on 2023/04/19 13:57:00 UTC

[jira] [Created] (IGNITE-19321) move conversion SQL JDBC date/time from common place

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)