Inlined call.

This commit is contained in:
Henrik Johansson 2012-10-26 16:35:07 +02:00 committed by Lukas Eder
parent c7e22f9038
commit b01dcd6f0f

View File

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