[jira] Commented: (DBCP-330) Calling getMetaData() without closing the connection lead to a memory leak

2011-02-10 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993015#comment-12993015 ] Derek Hulley commented on DBCP-330: --- See DBCP-352 patch and test results. > Calling getMe

[jira] Commented: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-10 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993013#comment-12993013 ] Derek Hulley commented on DBCP-352: --- Results of running DBCPMetadataTest before and after

[jira] Updated: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-10 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Hulley updated DBCP-352: -- Attachment: commons-dbcp-1.4-patched.diff Patch diff > Repeated calls to getMetadata in a transaction le

[jira] Issue Comment Edited: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-02 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989596#comment-12989596 ] Derek Hulley edited comment on DBCP-352 at 2/2/11 12:03 PM: The

[jira] Commented: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-02 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989596#comment-12989596 ] Derek Hulley commented on DBCP-352: --- The table is deliberately simple, so use your databas

[jira] Commented: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-02 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989597#comment-12989597 ] Derek Hulley commented on DBCP-352: --- Phil's suggested fix for DBCP-330 will also address t

[jira] Updated: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-01 Thread Derek Hulley (JIRA)
[ https://issues.apache.org/jira/browse/DBCP-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Derek Hulley updated DBCP-352: -- Attachment: DBCPMetadataTest.zip Requires table: CREATE TABLE dbcp_test( val integer NOT NULL ); Exam

[jira] Created: (DBCP-352) Repeated calls to getMetadata in a transaction leads to performance degredation

2011-02-01 Thread Derek Hulley (JIRA)
Repeated calls to getMetadata in a transaction leads to performance degredation --- Key: DBCP-352 URL: https://issues.apache.org/jira/browse/DBCP-352 Project: Commons Dbcp