Grant procedure with sql api
Summarize the changes
- feat: implement SQL support for grant procedure
Closes #566 (closed)
Ensure that
-
[ ] New code is covered by unit and integration tests. -
Related issues would be automatically closed with gitlab's closing pattern ( Closes #1, #2
). -
[ ] Public modules are documented (check the rendered version with.cargo doc --open
) -
(if PEST grammar is changed) EBNF grammar reflects these changes (check the result with railroad diagram generator.
Next steps
- Update sbroad submodule in picodata/picodata.
- (if EBNF grammar is changed) create a follow-up issue in picodata/docs.
Edited by Maksim Kaitmazian
Merge request reports
Activity
requested review from @darthunix
assigned to @UngiftedPoet
added 1 commit
- 8517b3e4 - feat: implement SQL support for grant procedure
added 1 commit
- 88168823 - feat: implement SQL support for grant procedure
added 4 commits
-
88168823...a39bef68 - 3 commits from branch
max/issue-563/drop-procedure-with-sql-api
- 4acf4575 - feat: implement SQL support for grant procedure
-
88168823...a39bef68 - 3 commits from branch
added 4 commits
-
4acf4575...7fd57423 - 3 commits from branch
max/issue-563/drop-procedure-with-sql-api
- 0fbb42a1 - feat: implement SQL support for grant procedure
-
4acf4575...7fd57423 - 3 commits from branch
added 8 commits
-
0fbb42a1...6f063be4 - 5 commits from branch
max/issue-563/drop-procedure-with-sql-api
- 28ebdaaa - feat: introduce a new node type - code block
- dacc93a9 - feat: implement procedure call
- 50a456d8 - feat: implement SQL support for grant procedure
Toggle commit list-
0fbb42a1...6f063be4 - 5 commits from branch
added 8 commits
-
50a456d8...6b0a5027 - 7 commits from branch
proc
- 6ed96d7b - feat: implement SQL support for grant procedure
-
50a456d8...6b0a5027 - 7 commits from branch
@UngiftedPoet we also need MR to picodata with pytests for grant/revoke. Until that, we can't merge current MR to the sbroad core.
- Resolved by Denis Smirnov
@senya_volynets looks like #567 (closed) has already been done in a current MR. Please, take a look at this code and add your review as well.
added 4 commits
-
b52e403f...9bf002e0 - 3 commits from branch
564-rename-procedure
- 255ae8f4 - feat: implement SQL support for grant procedure
-
b52e403f...9bf002e0 - 3 commits from branch
Please register or sign in to reply