Skip to content

Segmentation fault during commit #80

@solmsted

Description

@solmsted

Whenever I do connection.commit(function (error) { ... }); it crashes the process with signal SIGSEGV.

I've made a workaround for this issue by doing this

connection.commit = function (callbackFunction) {
    this.execute("COMMIT", [], callbackFunction);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions