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

JdbcOdbcConnection.setResultSetBlockSize trims to no effect

    XMLWordPrintable

Details

    Description

      FULL PRODUCT VERSION :
      mustang early release

      ADDITIONAL OS VERSION INFORMATION :
      Microsoft Windows XP [Version 5.1.2600]

      A DESCRIPTION OF THE PROBLEM :
      protected void setResultSetBlockSize(String rowSetSize)
      throws SQLException
      {
      rsBlockSize = JdbcOdbcLimits.DEFAULT_ROW_SET;

      if ( rowSetSize != null )
      {
      rowSetSize.trim();



      notice rowSetSize.trim() is not assigned.


      REPRODUCIBILITY :
      This bug can be reproduced always.

      Attachments

        Activity

          People

            ahandasunw Amit Handa (Inactive)
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: