mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-22 02:58:05 +00:00
Fix DB2 10.5 test failures
This commit is contained in:
parent
a54f067f5e
commit
abc4d5ba9e
@ -469,7 +469,7 @@ public void prepareSchema(EntityManagerFactoryScope scope) {
|
||||
" A.STREET = street_in" +
|
||||
" AND A.CITY = city_in;" +
|
||||
" OPEN rec_out; " +
|
||||
"END;"
|
||||
"END"
|
||||
);
|
||||
}
|
||||
} ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user