Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.7
-
None
-
None
-
Docs Required
Description
The command to work with permissions may produce confused error when Ignite used with specified name is created.
These command must be disabled and throw exception witn UNSUPPORTED error code:
- GRANT / REVOKE <perisson> ON <object> TO <subj>;
- GRANT / REVOKE <role> TO <subj>;
- GRANT ALTER ANY SCHEMA ;
Attachments
Issue Links
- relates to
-
IGNITE-7664 SQL: throw sane exception on unsupported SQL statements
- Resolved