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.htmlAfter 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)