[#824] BigInteger values cannot be bound in Derby
This commit is contained in:
parent
243ab8700b
commit
ae3322c9db
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user