This commit is contained in:
@@ -1021,7 +1021,7 @@ public final class DataDefaultSource implements DataSource, Nameable, Function<C
|
|||||||
if (attr == null) continue;
|
if (attr == null) continue;
|
||||||
attrs.add(attr);
|
attrs.add(attr);
|
||||||
if (!virtual) {
|
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)));
|
setsql.append(info.getSQLColumn(null, col)).append(" = ").append(formatToString(attr.get(value)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user