Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix a minor bug in JDBC connection

- Summary:
Fix a minor bug in JDBC connection


- Bugzilla Bug (s) Resolved:
Related with [126881]: Failed to close JDBC connection


- Description:
By test, I find connection can be successfully released for Oracle database. I think the problem is related with the bug reporter’s environment, but not caused by BIRT. To avoid potential issues, I add a line code to check whether connection is closed before attempting to do it.


- Tests Description:
Unit test, Manual test


- Files Edited:
/org.eclipse.birt.report.data.oda.jdbc/src/org/eclipse/birt/report/data/oda/jdbc/Connection.java

 

- Files Added:

N/A


- Files Deleted:

N/A

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 


Back to the top