This commit is contained in:
2026-02-11 07:20:01 +01:00
parent 35ad577ead
commit 2741214db8
3 changed files with 3 additions and 1 deletions
@@ -30,6 +30,7 @@ function sqlInsertGenerator({ tableName, data, dbFullName, }) {
? String(value().value)
: null;
if (!finalValue) {
queryValues.push("");
return "?";
}
queryValues.push(finalValue);