HHH-18132 Add a space to the skip locked string
This commit is contained in:
parent
a53d4317a3
commit
41c12ea342
|
@ -276,6 +276,6 @@ public class HANASqlAstTranslator<T extends JdbcOperation> extends AbstractSqlAs
|
|||
|
||||
@Override
|
||||
protected String getSkipLocked() {
|
||||
return "ignore locked";
|
||||
return " ignore locked";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue