Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-4622

Web Console wrongly sets keyFields

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.9
    • None
    • None

    Description

      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"

      Attachments

        Activity

          People

            Unassigned Unassigned
            dmagda Denis A. Magda
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: