DB2 does not support ids in compressed form

This commit is contained in:
Roland Praml
2022-01-07 14:44:43 +01:00
parent 2ef75a5c5d
commit 2dc9087eb3
@@ -31,7 +31,7 @@ public class DB2Platform extends DatabasePlatform {
this.dbIdentity.setSupportsGetGeneratedKeys(true);
this.dbIdentity.setSupportsSequence(true);
this.idInExpandedForm = true; // Db2 does not support (a,b) in ((?,?),(?,?))
this.exceptionTranslator =
new SqlErrorCodes()
.addAcquireLock("40001","57033") // key -911/-913