You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2017/10/03 07:06:00 UTC

[jira] [Issue Comment Deleted] (IGNITE-5767) Web console: use byte array type instead of java.lang.Object for binary JDBC types

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

Pavel Konstantinov updated IGNITE-5767:
---------------------------------------
    Comment: was deleted

(was: Incorrect spring generation
{code}
                                <property name="fields">
                                    <map>
                                        <entry key="sfsf" value="[B"/>
                                        <entry key="sdwe" value="[B"/>
                                    </map>
                                </property>
{code}

and java code
{code}
        fields.put("sfsf", "[B");
        fields.put("sdwe", "[B");
{code})

> Web console: use byte array type instead of java.lang.Object for binary JDBC types
> ----------------------------------------------------------------------------------
>
>                 Key: IGNITE-5767
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5767
>             Project: Ignite
>          Issue Type: Bug
>          Components: wizards
>    Affects Versions: 2.0
>            Reporter: Denis Kholodov
>            Assignee: Vasiliy Sisko
>             Fix For: 2.3
>
>
> Schema importer should use {{[B}} query entity field type instead of {{java.lang.Object}} for the following SQL types: {{BINARY}}, {{VARBINARY}} and {{LONGVARBINARY}}.



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