malloy
malloy copied to clipboard
run: postgres.sql('SELECT 1') failes in postgres (and presumably any db) without drop database permissions
What happens?
running any SQL like this seems to go through a path that attempts to drop database
, resulting in an error if user does not have drop database permissions. Seems like that should not be required cc @lloydtabb
To Reproduce
run: {your_connection_name}.sql('SELECT 1') with a connection that does not have drop database rights
OS:
macOS
Malloy Client:
local VSCode
Malloy Client Version:
latest
Database Connection:
Postgres