Skip to content

transaction commit is not available #7

@moses90

Description

@moses90

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions