[
https://issues.apache.org/jira/browse/IGNITE-13002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113481#comment-17113481
]
Ignite TC Bot commented on IGNITE-13002:
----------------------------------------
{panel:title=Branch: [pull/7812/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5316493&buildTypeId=IgniteTests24Java8_RunAll]
> 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)