updates
This commit is contained in:
parent
53179b7732
commit
4e2403272a
@ -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);
|
||||
|
||||
////////////////////////////////////////
|
||||
////////////////////////////////////////
|
||||
////////////////////////////////////////
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "datasquirel",
|
||||
"version": "1.1.67",
|
||||
"version": "1.1.68",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user