[#824] BigInteger values cannot be bound in DB2, Derby
This commit is contained in:
parent
ae3322c9db
commit
d9352f0503
@ -99,7 +99,7 @@ public class DB2DataType<T> extends AbstractDataType<T> {
|
||||
// Compatibility types for supported Java types
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
protected static final DB2DataType<BigInteger> __BIGINTEGER = new DB2DataType<BigInteger>(SQLDataType.DECIMAL_INTEGER, "decimal");
|
||||
protected static final DB2DataType<BigInteger> __BIGINTEGER = new DB2DataType<BigInteger>(SQLDataType.DECIMAL_INTEGER, "decimal", "decimal(31)");
|
||||
|
||||
// -------------------------------------------------------------------------
|
||||
// Dialect-specific data types and synonyms thereof
|
||||
|
||||
Loading…
Reference in New Issue
Block a user