Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1864

Update on connected DataSet from EOD query ignores @ResultColumn annotation for column mapping.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 10.2.1.6, 10.3.1.4
    • None
    • JDBC
    • None
    • Mustang b98

    Description

      With a @ResultColumn mapping in my data-class like

      @ResultColumn(name="C_ID", uniqueIdentifier=true)
      public short id;

      when attempting to modify the data class object and then executing DataSet.modify() I see an exception because the column 'id'
      cannot be found in the ResultSet. Due to the mapping, shouldn't the column name 'C_ID' be used.

      Attachments

        Activity

          People

            Unassigned Unassigned
            djd Daniel John Debrunner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: