forked from smchamberlin/node-red-contrib-ibm-db2
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hey Team,
We're using this node with DB2 WoC and we're facing some issues with uncommitted transactions and the transaction logs that they hold onto. Today I realized that the transaction commit part is commented out in 98-ibm-db2.js file (row #271):
// db.commitTransaction(function(err){ // if (err) { // console.log(service+": Error during commit: " + err); // } // else { // console.log(service+": Commit successful"); // } // }); // });
Can I ask why is that?
Do you plan to solve transaction committing?
Thanks in advance,
M
Metadata
Metadata
Assignees
Labels
No labels