Fix also other places

This commit is contained in:
Roland Praml
2023-04-26 11:11:12 +02:00
parent cf1c08c4ac
commit 82a6ec6957
4 changed files with 6 additions and 6 deletions
@@ -673,7 +673,7 @@ public class DatabasePlatform {
protected String withForUpdate(String sql, Query.LockWait lockWait, Query.LockType lockType) {
// silently assume the database does not support the "for update" clause.
log.log(INFO, "it seems your database does not support the 'for update' clause");
log.log(INFO, "it seems your database does not support the ''for update'' clause");
return sql;
}