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);
|
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);
|
||||||
|
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
////////////////////////////////////////
|
////////////////////////////////////////
|
||||||
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user