This commit is contained in:
zyyang 2021-01-12 14:03:44 +08:00
parent abe156f65b
commit 5806683eb7
2 changed files with 6 additions and 2 deletions

View File

@ -44,7 +44,8 @@ public class TSDBDatabaseMetaDataTest {
}
@Test
public void allTablesAreSelectable() {
public void allTablesAreSelectable() throws SQLException {
Assert.assertFalse(metaData.allTablesAreSelectable());
}
@Test

View File

@ -1,3 +1,6 @@
需求:
1. 可以读lowa的配置文件
2. 支持对JNI方式和Restful方式的taos-driver
2. 支持JDBC-JNI和JDBC-restful
3. 读取配置文件,持续执行查询