sudr / dbdeploy

Automatically exported from code.google.com/p/dbdeploy
0 stars 0 forks source link

JDBC resource not safely cleaned up #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call dbdeploy from application code.

QueryExecutor fails to close the connection used to query the change log.  
It similarly fails to close the Statement and ResultSet.

What version of the product are you using? On what operating system?
2.11

Original issue reported on code.google.com by akn...@gmail.com on 18 Mar 2009 at 11:27

GoogleCodeExporter commented 9 years ago

Original comment by gtack...@googlemail.com on 18 Mar 2009 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by gtack...@googlemail.com on 29 Mar 2009 at 11:59

GoogleCodeExporter commented 9 years ago
Fixed in r66.

Original comment by gtack...@googlemail.com on 29 Mar 2009 at 2:31