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

In Net Client mode, negative values for stream length are accepted without an exception for PreparedStatement.setAsciiStream()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.4.1.3, 10.5.1.1
    • 10.5.1.1
    • Network Client
    • None
    • Windows XP SP2, Derby trunk SVN checkout
    • Normal

    Description

      This is related to Cloudscape bug 4250.

      Pass negative length as the stream length for various setXXXStream methods should throw an exception. But in Net Client mode, passing a negative value as stream length to PreparedStatement.setAsciiStream() doesn't throw an exception.

      e.g. //from store/StreamingColumn
      PreparedStatement ps = prepareStatement("insert into "
      + "testLongVarCharInvalidStreamLength11 values(?, ?, ?)");
      ps.setInt(1, 100);
      try

      { println("===> testing using setAsciiStream with -2 as length"); ps.setAsciiStream(2, fileIn, -2); // should throw exception here but doesn't. }

      This issue has been fixed for embedded mode, but not for client mode.

      Attachments

        1. derby-3705.diff
          2 kB
          Suran Jayathilaka
        2. derby-3705-2.diff
          4 kB
          Suran Jayathilaka
        3. derby-3705-2b.diff
          4 kB
          Kristian Waagan

        Issue Links

          Activity

            People

              suranjay Suran Jayathilaka
              suranjay Suran Jayathilaka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: