You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: