mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Update unit test syntax to the current version of H2
This commit is contained in:
parent
9f4729bf1d
commit
49487a83af
2 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ public class TestJob {
|
|||
dest,
|
||||
"jUnit Test Config",
|
||||
"jUnit Test Job",
|
||||
"SELECT -1 AS key",
|
||||
"SELECT -1 AS \"key\"",
|
||||
"SELECT id,dat FROM src WHERE id > ?",
|
||||
"INSERT INTO dest VALUES(?,?)",
|
||||
null,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ public class TestPrePost {
|
|||
dest,
|
||||
"jUnit Test Config",
|
||||
"jUnit Test Job",
|
||||
"SELECT -1 AS key",
|
||||
"SELECT -1 AS \"key\"",
|
||||
"SELECT id,dat FROM src WHERE id > ?",
|
||||
"INSERT INTO tmp_dest VALUES(?,?)",
|
||||
"CREATE TEMP TABLE tmp_dest(id bigint not null primary key, dat varchar);",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue