Updates
This commit is contained in:
@@ -30,7 +30,7 @@ function sqlInsertGenerator({ tableName, data, dbFullName, }) {
|
||||
? String(value().value)
|
||||
: null;
|
||||
if (!finalValue) {
|
||||
return undefined;
|
||||
return "?";
|
||||
}
|
||||
queryValues.push(finalValue);
|
||||
const placeholder = typeof value == "function"
|
||||
|
||||
Reference in New Issue
Block a user