Updates
This commit is contained in:
@@ -34,6 +34,8 @@ function sqlGenerator({ tableName, genObject, dbFullName, count }) {
|
||||
queryObj.value.forEach((val) => {
|
||||
var _a;
|
||||
const valueParsed = val;
|
||||
if (!valueParsed)
|
||||
return;
|
||||
const valueString = typeof valueParsed == "string"
|
||||
? valueParsed
|
||||
: (_a = valueParsed.value) === null || _a === void 0 ? void 0 : _a.toString();
|
||||
|
||||
Reference in New Issue
Block a user