Expose box_access_check_ddl
Summary
- Expose box_access_check_ddl
This follows the path of box_access_check_space
!403 (merged) and extends permission
checking capabilities by allowing to check other permissions on spaces
(i e grant, create) and permissions on other objects, namely users
roles and functions.
Corresponding MR in tarantool-sys picodata/tarantool!122
Part of picodata#339 (closed)
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
Version is bumped in the appropriateCargo.toml
files
Edited by Yaroslav Dynnikov