Open bporterfield opened 4 months ago
Is this as simple as removing this line?
Doesn't seem like there's a good chance the name will exist since the name is generated from randomUUID()
@christopherswenson or @whscullin if either of y'all wanna 👍 I'm happy to make a PR that removes the line
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 @lloydtabbTo 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