[ 
https://issues.apache.org/jira/browse/DERBY-4553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835777#action_12835777
 ] 

Knut Anders Hatlen commented on DERBY-4553:
-------------------------------------------

Thanks, Sylvain! I'll run the full regression test suite and commit the patch 
if nothing breaks.

> 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
>          Components: Tools
>            Reporter: Sylvain Leroux
>            Assignee: Sylvain Leroux
>            Priority: Trivial
>         Attachments: DERBY-4553.patch, DERBY-4553_2.patch, 
> DERBY-4553_repro.patch
>
>
> 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.

Reply via email to