Issue Details (XML | Word | Printable)

Key: DBCP-165
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: QM
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Dbcp

toString() for DelegatingPreparedStatement and DelegatingStatement

Created: 29/Mar/04 12:07 PM   Updated: 25/Mar/08 08:11 AM
Return to search
Component/s: None
Affects Version/s: 1.1
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Statement_PreparedStatement_patch.txt 2004-03-29 12:08 PM QM 0.8 kB
Environment:
Operating System: All
Platform: All

Bugzilla Id: 28007


 Description  « Hide
Request for (small) enhancement: the existing DelegatingPreparedStatement and
DelegatingStatement classes lack custom toString() methods. Such methods would
be invaluable in debugging database problems.

Affected code base: 1.1.

I also checked the mailing list archives and CVS repositories to make sure this
hadn't been updated in a future version.

I've already produced patches for this, and have given them a brief run in my
internal dev environment. I'll attach them to the next section of the Bugzilla
report.

-QM



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
QM added a comment - 29/Mar/04 12:08 PM
Created an attachment (id=11024)
adds toString() methods to DelegatingStatement and DelegatingPreparedStatement

YoavShapira added a comment - 22/Aug/04 04:02 AM
Done