提交 47cd895b 编写于 作者: Z zyyang

change

上级 beee48e5
......@@ -170,9 +170,9 @@ public class TSDBStatement implements Statement {
}
public boolean execute(String sql) throws SQLException {
if (isClosed) {
throw new SQLException("Invalid method call on a closed statement.");
}
// if (isClosed) {
// throw new SQLException("Invalid method call on a closed statement.");
// }
boolean res = true;
pSql = this.connector.executeQuery(sql);
long resultSetPointer = this.connector.getResultSet();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册