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

In ij GETCURRENTROWNUMBER directly writeits result to output

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 10.6.1.0
    • Tools
    • Newcomer

    Description

      In ij, the statement GETCURRENTROWNUMBER directly write its result to output instead of returning it:

      Here are the faulty lines in ij.ij, method GetCurrentRowNumber():
      ...
      LocalizedResource.OutputWriter().println(utilInstance.getCurrentRowNumber(rs));
      return null;

      This interferes with testing - and possibly with any external tool using the ij.ij parser.

      Attachments

        1. DERBY-4553_repro.patch
          1 kB
          Sylvain Leroux
        2. DERBY-4553.patch
          4 kB
          Sylvain Leroux
        3. DERBY-4553_2.patch
          3 kB
          Sylvain Leroux

        Activity

          People

            sleroux Sylvain Leroux
            sleroux Sylvain Leroux
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: