Skip to content

Bug: Crash on Returning Rows Without Closing ResultSet #37

@edward-coombes-nuodb

Description

@edward-coombes-nuodb

When returning rows without closing the result set that the rows came from, a crash occurs.

mux.requestConnection().then(conn) => { return conn.execute(query).then((results) => { const rows = results?.getRows().then(r) => { return results?.close().then(() => r); // without this line a crash occurs }) return rows }) })

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