This commit is contained in:
@@ -926,7 +926,6 @@ public final class DataDefaultSource implements DataSource, Function<Class, Enti
|
|||||||
if (!virtual) {
|
if (!virtual) {
|
||||||
if (setsql.length() > 0) setsql.append(", ");
|
if (setsql.length() > 0) setsql.append(", ");
|
||||||
String c = info.getSQLColumn(null, col.getColumn());
|
String c = info.getSQLColumn(null, col.getColumn());
|
||||||
setsql.append(c).append(" = ");
|
|
||||||
if (col.getValue() instanceof byte[]) {
|
if (col.getValue() instanceof byte[]) {
|
||||||
if (blobs == null) blobs = new ArrayList<>();
|
if (blobs == null) blobs = new ArrayList<>();
|
||||||
blobs.add((byte[]) col.getValue());
|
blobs.add((byte[]) col.getValue());
|
||||||
|
|||||||
Reference in New Issue
Block a user