This commit is contained in:
zyyang 2021-01-26 10:43:39 +08:00
parent 33f099b57c
commit 26df651d56
2 changed files with 0 additions and 3 deletions

View File

@ -152,7 +152,6 @@ public class RestfulResultSetMetaData implements ResultSetMetaData {
return java.sql.Types.NCHAR;
}
throw new SQLException(TSDBConstants.INVALID_VARIABLES);
}
@Override

View File

@ -7,8 +7,6 @@ import org.junit.Test;
import java.sql.*;
import static org.junit.Assert.*;
public class RestfulResultSetMetaDataTest {
// private static final String host = "127.0.0.1";