updates
This commit is contained in:
+3
-1
@@ -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);
|
||||
|
||||
////////////////////////////////////////
|
||||
////////////////////////////////////////
|
||||
////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user