From 4e2403272a7ed7be71d8bb271895076885b32ef4 Mon Sep 17 00:00:00 2001 From: Tben Date: Fri, 7 Jul 2023 16:50:44 +0100 Subject: [PATCH] updates --- engine/db/add.js | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/engine/db/add.js b/engine/db/add.js index d87d8ef..a480908 100644 --- a/engine/db/add.js +++ b/engine/db/add.js @@ -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); + //////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// diff --git a/package.json b/package.json index be0b83d..d153141 100644 --- a/package.json +++ b/package.json @@ -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": {