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

feat: support rename procedure from sql

- add new ddl opcode for renaming procedure
- update sbroad submodule to get sql support
- syntax:

alter procedure "foo" rename to "bar" option(timeout=3)
alter procedure "foo"(int, int) rename to "bar"
parent c3d7f0a6
No related branches found
No related tags found
1 merge request!881feat: support rename procedure from sql
Pipeline #34931 passed
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