change
This commit is contained in:
parent
20b1ea71e2
commit
e728058416
|
@ -41,7 +41,7 @@ public class BatcherInsertTest {
|
|||
//use database
|
||||
executor.doExecute("use jdbctemplate_test");
|
||||
// create table
|
||||
executor.doExecute("create table if not exists jdbctemplate_test.weather (ts timestamp, temperature int, humidity float)");
|
||||
executor.doExecute("create table if not exists weather (ts timestamp, temperature int, humidity float)");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue