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

insertRow() and updateRow() fail with syntax error when column has an alias

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 10.2.1.6
    • 10.13.1.0
    • JDBC
    • Normal
    • Repro attached

    Description

      When the select query used in an updatable result set has column aliases, a syntax error is thrown when executing ResultSet.insertRow() and ResultSet.updateRow(). The problem is seen on embedded and client. Repro is attached.

      Exception in thread "main" ERROR 42X14: 'A1' is not a column in table or VTI 'APP.T'.
      at org.apache.derby.iapi.error.StandardException.newException(StandardException.java:316)
      at org.apache.derby.impl.sql.compile.ResultColumn.bindResultColumnByName(ResultColumn.java:677)
      at org.apache.derby.impl.sql.compile.ResultColumnList.bindResultColumnsByName(ResultColumnList.java:682)
      at org.apache.derby.impl.sql.compile.ResultSetNode.bindResultColumns(ResultSetNode.java:683)
      at org.apache.derby.impl.sql.compile.SelectNode.bindResultColumns(SelectNode.java:742)
      at org.apache.derby.impl.sql.compile.UpdateNode.bind(UpdateNode.java:349)
      at org.apache.derby.impl.sql.GenericStatement.prepMinion(GenericStatement.java:345)
      at org.apache.derby.impl.sql.GenericStatement.prepare(GenericStatement.java:111)
      at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(GenericLanguageConnectionContext.java:723)
      at org.apache.derby.impl.jdbc.EmbedResultSet.updateRow(EmbedResultSet.java:3734)
      at Alias.main(Alias.java:15)

      Attachments

        1. fixedComments.diff
          8 kB
          Bryan Pendleton
        2. anyVsAll.diff
          8 kB
          Bryan Pendleton
        3. updatedToHeadMarch2016.diff
          7 kB
          Bryan Pendleton
        4. updatedToHeadMarch2010.diff
          7 kB
          Bryan Pendleton
        5. NoUpdatesToAliasedColumnsWithTest.diff
          7 kB
          Bryan Pendleton
        6. ASF.LICENSE.NOT.GRANTED--Alias.java
          0.6 kB
          Knut Anders Hatlen

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            bryanpendleton Bryan Pendleton
            knutanders Knut Anders Hatlen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment