This commit is contained in:
wentch
2015-12-15 17:22:38 +08:00
parent 810db402b1
commit f81577f46a

View File

@@ -1021,7 +1021,7 @@ public final class DataDefaultSource implements DataSource, Nameable, Function<C
if (attr == null) continue;
attrs.add(attr);
if (!virtual) {
if (setsql.length() > 0) setsql.append(',');
if (setsql.length() > 0) setsql.append(", ");
setsql.append(info.getSQLColumn(null, col)).append(" = ").append(formatToString(attr.get(value)));
}
}