Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6446687

readOnly=true still tries to create an updatable ResultSet in the EoD RI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 6
    • cts_5.0
    • core-libs
    • None
    • b95
    • generic
    • generic
    • Not verified

      The following query does not set the query type to TYPE_READONLY when creating the statement in the EoD RI
      @Select(sql="select firstName, lastName, teamname from players " +
      >> "join teamroster on teamroster.playerid= players.id " +
      >> "join teams on teamroster.teamid= teams.id " +
      >> "where teamid = 1 order by teamname", readOnly=true)

            ssharmasunw Sushmita Sharma (Inactive)
            lancea Lance Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: