提交 5e6028b5 编写于 作者: Z zyyang

change

上级 ca9dfb8a
...@@ -19,14 +19,14 @@ public class InvalidResultSetPointerTest { ...@@ -19,14 +19,14 @@ public class InvalidResultSetPointerTest {
@Test @Test
public void test() throws SQLException { public void test() throws SQLException {
execute("drop database if exists " + dbName); // execute("drop database if exists " + dbName);
execute("create database if not exists " + dbName); // execute("create database if not exists " + dbName);
execute("use " + dbName); execute("use " + dbName);
execute("drop table if exists " + dbName + "." + stbName + ""); // execute("drop table if exists " + dbName + "." + stbName + "");
createSTable(); // createSTable();
createTable(); // createTable();
insert(); // insert();
// selectMultiThreading(); selectMultiThreading();
close(); close();
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册