You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
The text was updated successfully, but these errors were encountered: