Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1254

Support PreparedStatement.executeLargeBatch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • avatica-1.8.0
    • avatica
    • None

    Description

      In CALCITE-1128 we added support for PreparedStatement.executeBatch. This added ExecuteBatchResult with a field int[] updateCounts.

      I think that field should have been long[] instead. Elsewhere we have been converting update counts from int to long, in line with changes to the JDBC API.

      If changing this field from int[] to long[] will be a breaking change we should consider halting 1.8 to get this in.

      Attachments

        Issue Links

          Activity

            People

              elserj Josh Elser
              julianhyde Julian Hyde
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: