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

View File

@ -120,7 +120,7 @@ module.exports = async function add({ dbFullName, tableName, data, tableSchema,
insertValuesArray.push(value); insertValuesArray.push(value);
} catch (error) { } 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, tableSchema,
}); });
console.log("DSQL: New insert =>", newInsert);
//////////////////////////////////////// ////////////////////////////////////////
//////////////////////////////////////// ////////////////////////////////////////
//////////////////////////////////////// ////////////////////////////////////////

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "1.1.67", "version": "1.1.68",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {