You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2017/01/26 18:04:24 UTC

[jira] [Created] (IGNITE-4622) Web Console wrongly sets keyFields

Denis Magda created IGNITE-4622:
-----------------------------------

             Summary: Web Console wrongly sets keyFields 
                 Key: IGNITE-4622
                 URL: https://issues.apache.org/jira/browse/IGNITE-4622
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Magda
            Priority: Critical
             Fix For: 1.9


Issue reported in this discussion:
http://apache-ignite-users.70518.x6.nabble.com/insert-update-delete-issue-in-Version-1-8-td10244.html

After that , no more exception there. I am wondering... so I reviewed the
"model" section of web console. it generates everything for us, right? and I
found it is a little strange...  

in WEB CONSOLE:
    the auto generated code is "
    qryEntity.setKeyFields(new JdbcTypeField(Types.BIGINT, "PK",
long.class, "pk"));
"
in DOWNLOADED zip file, code is "
    type.setKeyFields(new JdbcTypeField(Types.BIGINT, "PK", long.class,
"pk"));
" the type is "JdbcType"... not the "qryEntity"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)