提交 4a315ba6 编写于 作者: T Thomas Risberg

fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)

上级 f4460dcb
......@@ -418,7 +418,7 @@ public abstract class AbstractJdbcInsert {
return kh.getKey();
}
else {
throw new DataIntegrityViolationException("Unable to retreive the generated key for the insert: " +
throw new DataIntegrityViolationException("Unable to retrieve the generated key for the insert: " +
getInsertString());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册