Merge pull request #1641 from shapeblue/upgrade_fix CLOUDSTACK-9459: the try's catch block was shortening the preparedstatement's lifethe try's catch block was shortening the preparedstatement's life resulting in bad resultset when used outside of try catch.
* pr/1641: CLOUDSTACK-9459: the try's catch block was shortening the preparedstatement life resulting in bad resultset when used outside of try catch. Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b7f1ba94 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b7f1ba94 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b7f1ba94 Branch: refs/heads/4.9 Commit: b7f1ba944b4fb6844ac76295a52280539bb038a5 Parents: bdc409c a2fcc65 Author: Rohit Yadav <[email protected]> Authored: Mon Aug 22 14:16:26 2016 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Aug 22 14:16:26 2016 +0530 ---------------------------------------------------------------------- .../com/cloud/upgrade/dao/Upgrade410to420.java | 83 ++++++++++---------- 1 file changed, 42 insertions(+), 41 deletions(-) ----------------------------------------------------------------------
