DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27178>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27178

SQLExec class needs fix to extend printResults method

           Summary: SQLExec class needs fix to extend printResults method
           Product: Ant
           Version: 1.6.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In order to enhance the SQLExec.java, if a developer wants to extend the 
printResults (protected) method, he/she also needs access to the following 2 
members of SQLExec, so please apply the following patch:

148c148
<     private Statement statement = null;
---
>     protected Statement statement = null;
184c184
<     private boolean showheaders = true;
---
>     protected boolean showheaders = true;

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to