mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-02 21:50:43 +08:00
Fix Issue:#1490
This commit is contained in:
@ -389,6 +389,7 @@ public class DefaultSqlBuilder implements SqlBuilder<Table> {
|
||||
//if (newValue != null) {
|
||||
Header header = headerList.get(i);
|
||||
SQLDataValue sqlDataValue = new SQLDataValue();
|
||||
sqlDataValue.setValue(newValue);
|
||||
String value = valueProcessor.getSqlValueString(sqlDataValue);
|
||||
script.append(value)
|
||||
.append(",");
|
||||
|
Reference in New Issue
Block a user