In ij GETCURRENTROWNUMBER directly writeits result to output
-------------------------------------------------------------
Key: DERBY-4553
URL: https://issues.apache.org/jira/browse/DERBY-4553
Project: Derby
Issue Type: Bug
Reporter: Sylvain Leroux
Priority: Trivial
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.