[
https://issues.apache.org/jira/browse/IGNITE-3028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259547#comment-15259547
]
Pavel Konstantinov commented on IGNITE-3028:
--------------------------------------------
I've found a difference between code generated in web console and schema import.
Schema Import generates this:
{code}
<property name="aliases">
<util:map map-class="java.util.LinkedHashMap">
<entry key="lupsbjcodeRsntyp" value="LUPSBJCODE_RSNTYP"/>
<entry key="lupidRsntyp" value="LUPID_RSNTYP"/>
</util:map>
</property>
{code}
but in web console we generate a bit another code
{code}
<property name="aliases">
<map>
<entry key="lupsbjcodeRsntyp" value="LUPSBJCODE_RSNTYP"/>
<entry key="lupidRsntyp" value="LUPID_RSNTYP"/>
</map>
</property>
{code}
> Schema Import Utility should generate fields aliases with database names.
> -------------------------------------------------------------------------
>
> Key: IGNITE-3028
> URL: https://issues.apache.org/jira/browse/IGNITE-3028
> Project: Ignite
> Issue Type: Task
> Components: wizards
> Reporter: Alexey Kuznetsov
> Assignee: Pavel Konstantinov
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)