Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transaction commit is not available #7

Open
moses90 opened this issue Sep 21, 2021 · 0 comments
Open

transaction commit is not available #7

moses90 opened this issue Sep 21, 2021 · 0 comments

Comments

@moses90
Copy link

moses90 commented Sep 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant