Inlined call.
This commit is contained in:
parent
c7e22f9038
commit
b01dcd6f0f
@ -282,8 +282,7 @@ class DefaultBindContext extends AbstractBindContext {
|
||||
else if (type.isArray()) {
|
||||
switch (dialect) {
|
||||
case POSTGRES: {
|
||||
String sb = postgresArrayString(value);
|
||||
stmt.setString(nextIndex(), sb);
|
||||
stmt.setString(nextIndex(), postgresArrayString(value));
|
||||
break;
|
||||
}
|
||||
case HSQLDB:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user