Updates
This commit is contained in:
parent
35ad577ead
commit
2741214db8
@ -30,6 +30,7 @@ function sqlInsertGenerator({ tableName, data, dbFullName, }) {
|
||||
? String(value().value)
|
||||
: null;
|
||||
if (!finalValue) {
|
||||
queryValues.push("");
|
||||
return "?";
|
||||
}
|
||||
queryValues.push(finalValue);
|
||||
|
||||
@ -41,6 +41,7 @@ export default function sqlInsertGenerator({
|
||||
: null;
|
||||
|
||||
if (!finalValue) {
|
||||
queryValues.push("");
|
||||
return "?";
|
||||
}
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "5.7.42",
|
||||
"version": "5.7.43",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user