[ 
https://issues.apache.org/jira/browse/IGNITE-13002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17110115#comment-17110115
 ] 

Konstantin Orlov commented on IGNITE-13002:
-------------------------------------------

[~tledkov-gridgain], please do a review.

> Supports user's java object by JDBC thin client
> -----------------------------------------------
>
>                 Key: IGNITE-13002
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13002
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Konstantin Orlov
>            Assignee: Konstantin Orlov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Now JDBC thin client doesn't support no-SQL types.
> e.g.:
> {{CREATE TABLE TEST (ID INT PRIMARY KEY, VAL OTHER)}}
> {code}
> PreparedStatement stmt = conn.prepareStatement("INSERT INTO TEST VALUES(?, 
> ?)")
> stmt.setInteger(1, 0);
> stmt.setObject(2, new MyClass());
> {code}
> We have to support {{GridBinaryMarshaller}} for the JDBC thin client.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to