[#824] BigInteger values cannot be bound in Derby

This commit is contained in:
Lukas Eder 2011-08-31 18:17:03 +00:00
parent 243ab8700b
commit ae3322c9db

View File

@ -108,7 +108,7 @@ public class DerbyDataType<T> extends AbstractDataType<T> {
// Compatibility types for supported Java types
// -------------------------------------------------------------------------
protected static final DerbyDataType<BigInteger> __BIGINTEGER = new DerbyDataType<BigInteger>(SQLDataType.DECIMAL_INTEGER, "decimal");
protected static final DerbyDataType<BigInteger> __BIGINTEGER = new DerbyDataType<BigInteger>(SQLDataType.DECIMAL_INTEGER, "decimal", "decimal(31)");
// -------------------------------------------------------------------------
// Dialect-specific data types and synonyms thereof