-
Bug
-
Resolution: Duplicate
-
Major
-
5.1.7.Final, 5.2.6.Final, 5.3.0.Final
-
None
It seems that there are connection leaks in the method getDatabaseType of the class TableManipulation. Indeed in this method we call twice connectionFactory.getConnection() but the returned connection is never closed.
- duplicates
-
ISPN-2329 TableManipulation.getDatabasetype does not release used connections
- Closed