Skip to content

uncaughtException for resultset.getRows from DELETE FROM [TABLE] query #32

Open
@alphaPJ

Description

@alphaPJ

oracledb.js stops node-red on node.fetchRowsFromResultSet -> resultset.getRows due to a TypeError when deleting all rows from a table. ex: DELETE FROM [TABLE]

TypeError: Cannot read properties of undefined (reading 'getRows') at OracleServer.nodefecthRowsFromResultSet

This error can be 'ignored' using the node option to ignore results, however the exception should probably be caught and handled.

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