This commit is contained in:
Tben
2023-07-07 16:50:44 +01:00
parent 53179b7732
commit 4e2403272a
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -120,7 +120,7 @@ module.exports = async function add({ dbFullName, tableName, data, tableSchema,
insertValuesArray.push(value);
} catch (error) {
console.log("Error in add DB try catch block =>", error.message);
console.log("DSQL: Error in parsing data keys =>", error.message);
}
}
@@ -157,6 +157,8 @@ module.exports = async function add({ dbFullName, tableName, data, tableSchema,
tableSchema,
});
console.log("DSQL: New insert =>", newInsert);
////////////////////////////////////////
////////////////////////////////////////
////////////////////////////////////////