We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfacaf0 commit a07a1b8Copy full SHA for a07a1b8
hibernate-reactive-core/src/test/java/org/hibernate/reactive/containers/OracleDatabase.java
@@ -83,7 +83,7 @@ class OracleDatabase implements TestableDatabase {
83
expectedDBTypeForClass.put( String[].class, "STRINGARRAY" );
84
expectedDBTypeForClass.put( Long[].class, "LONGARRAY" );
85
expectedDBTypeForClass.put( BigDecimal[].class, "BIGDECIMALARRAY" );
86
- expectedDBTypeForClass.put( BigInteger[].class, "BIGINTEGERARRAY" );
+ expectedDBTypeForClass.put( BigInteger[].class, "BIGINTEGERBIGDECIMALARRAY" );
87
expectedDBTypeForClass.put( Boolean[].class, "BOOLEANARRAY" );
88
}
89
0 commit comments