fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
This commit is contained in:
parent
f4460dcbf7
commit
4a315ba6d1
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue