提交 c94d74f7 authored 作者: Thomas Mueller's avatar Thomas Mueller

Close the file

上级 8c3f1176
...@@ -2544,6 +2544,7 @@ public class Function extends Expression implements FunctionCall { ...@@ -2544,6 +2544,7 @@ public class Function extends Expression implements FunctionCall {
} catch (SQLException e) { } catch (SQLException e) {
throw DbException.convert(e); throw DbException.convert(e);
} finally { } finally {
csv.close();
JdbcUtils.closeSilently(rs); JdbcUtils.closeSilently(rs);
} }
return x; return x;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论