Skip to content

Access management queries fail because of obligatory FORMAT #142

@ZiggerZZ

Description

@ZiggerZZ

await client.query("CREATE USER hello HOST ANY IDENTIFIED WITH sha256_password BY 'world').toPromise();
fails with ERROR [ExceptionsHandler] Syntax error: failed at position 77 ('FORMAT'): FORMAT JSON;

The library automatically ends a format (json/csv/tsv) and it makes sense for SELECT queries, however it fails for access management queries.

Any idea for a workaround?

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