catena
catena copied to clipboard
Warn when a query is executed without privileges
When you execute a query in the web client without the required privileges, nothing happens. The client should show a message.
Because permissions are checked at runtime (and depend on the code path taken), the server should perhaps check execution in a withUnverifiedTransactions block.