This commit is contained in:
zyyang 2021-06-08 18:48:37 +08:00
parent 20f8aeba6b
commit 1beac7b638
1 changed files with 0 additions and 8 deletions

View File

@ -297,14 +297,6 @@ public class TSDBPreparedStatementTest {
}
}
@Test
public void createTwoSameDbTest() throws SQLException {
Statement stmt = conn.createStatement();
stmt.execute("create database dbtest");
Assert.assertThrows(SQLException.class, () -> stmt.execute("create database dbtest"));
}
@Test
public void setBoolean() throws SQLException {
// given