-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: v2.3.0
-
Component/s: None
-
Labels:None
Connection con = SqlUtil.getConnection(dbconf); DatabaseMetaData dbmd = con.getMetaData(); ResultSet rs = dbmd.getColumns(null, tmpDatabase, tmpView, null);
con and rs should be closed upon return even if there is exception.