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