change
This commit is contained in:
parent
33f099b57c
commit
26df651d56
|
@ -152,7 +152,6 @@ public class RestfulResultSetMetaData implements ResultSetMetaData {
|
|||
return java.sql.Types.NCHAR;
|
||||
}
|
||||
throw new SQLException(TSDBConstants.INVALID_VARIABLES);
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue