提交 3fad85e3 编写于 作者: Z zyyang

[TD-2286]<fix>: fix wrong error info when use unexisted database

上级 3202b932
......@@ -48,4 +48,12 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>2.0.15</version>
</dependency>
</dependencies>
</project>
......@@ -21,7 +21,7 @@ public class JDBCDemo {
}
}
if (host == null || driverType == null) {
if (host == null) {
printHelp();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册