[#824] BigInteger values cannot be bound in DB2, Derby

This commit is contained in:
Lukas Eder 2011-08-31 18:24:23 +00:00
parent ae3322c9db
commit d9352f0503

View File

@ -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