Skip to content

AggregateError on valid query #110

Description

@andreiwow2

Hello, I have the following example query:

SELECT "sharepointDriveId", "fileSharepointId", "lastChangeDateTimeIso"
FROM "indexedFiles"
WHERE ("sharepointDriveId", "fileSharepointId") IN (('23132131', '4543535'), ('23132131', '232452'), ('23132131', '786745'))

Tested it in DBeaver and it works.

In node-red I set it in the query field to test and I get an AggregateError

I also tried with just SELECT * FROM "indexedFiles";

Same error, "AggregateError".


update

Apparently the error was linked to environmental variables

Seems related to this:
#64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions