-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.3.2
-
Fix Version/s: 5.5.0-HF12, 5.6-RC2, 5.7.1
-
Component/s: Core VCS
In JDBCMapper#createTables, a statement is opened and not closed in a finally clause, which may leave the statement open if an exception is raised.