You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/06/21 11:16:01 UTC

[jira] [Updated] (IGNITE-4141) JDBC driver should always set withKeepBinary flag when querying cache

     [ https://issues.apache.org/jira/browse/IGNITE-4141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-4141:
------------------------------------
    Component/s:     (was: sql)
                 jdbc

> JDBC driver should always set withKeepBinary flag when querying cache
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-4141
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4141
>             Project: Ignite
>          Issue Type: Improvement
>          Components: jdbc
>    Affects Versions: 1.7
>            Reporter: Valentin Kulichenko
>            Assignee: Evgenii Zhuravlev
>             Fix For: 2.0
>
>
> Generally there are no model classes on the client which uses JDBC driver. This means that an attempt to query {{_key}} and {{_val}} fields (which are included in {{select *}}) will fail with "Failed resolve class for ID" error. To avoid this we should always set {{withKeepBinary()}} flag when executing query on server side.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)