@dbcube/core 3.2.7 → 3.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1098,6 +1098,7 @@ var QueryEngine = class {
1098
1098
  action: "execute",
1099
1099
  dml: dmlJson
1100
1100
  };
1101
+ console.log(dmlJson);
1101
1102
  client.write(JSON.stringify(command));
1102
1103
  });
1103
1104
  client.on("data", (data) => {