malloy
malloy copied to clipboard
Postgres doesn't reflect illegal access correctly
If you name a table in a query that exists but you do not have read access to, what should happen is you get an error when the schema is fetched.
What does happen is that an empty schema is returned and queries sort of silently return nothing.
This caused some tests to fail and for the failure to be mysterious.