Skip to content
Snippets Groups Projects
Commit df8eb430 authored by Arseniy Volynets's avatar Arseniy Volynets
Browse files

feat: support grant revoke procedure from sql

- Update sbroad submodule to commit with
grant/revoke procedure support
- Use existing mechanisms for grant/revoke
ACL opcodes for grant/revoke procedure
implementation
- Add integration tests
- Valid combinations:

all procedures: grant/revoke create/execute/drop
specific procedure: grant/revoke execute/drop

- Syntax:

grant create procedure to alice option(timeout=3)
grant execute procedure on "spam"(int) to "alex"
grant drop procedure on foo to bob
revoke drop procedure on foo from bob
parent a0c3eaa1
1 merge request!890feat: support grant revoke procedure from sql
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment