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
@@ -41,6 +41,7 @@ export default function sqlInsertGenerator({
: null;
if (!finalValue) {
queryValues.push("");
return "?";
}