Updates
This commit is contained in:
@@ -41,7 +41,7 @@ export default function sqlInsertGenerator({
|
||||
: null;
|
||||
|
||||
if (!finalValue) {
|
||||
return undefined;
|
||||
return "?";
|
||||
}
|
||||
|
||||
queryValues.push(finalValue);
|
||||
|
||||
Reference in New Issue
Block a user