mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fixed rertieval of generated keys for HSQLDB 1.9 and fixed some typos (SPR-6266)
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user