[
https://issues.apache.org/jira/browse/IGNITE-5767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16189334#comment-16189334
]
Pavel Konstantinov edited comment on IGNITE-5767 at 10/3/17 6:54 AM:
---------------------------------------------------------------------
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}
was (Author: pkonstantinov):
Incorrect spring generation
{code}
<property name="fields">
<map>
<entry key="sfsf" value="[B"/>
<entry key="sdwe" value="[B"/>
</map>
</property>
{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)