Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser should not allow to use GRANT OPTION for FUNCTION and PACKAGE [CORE5753] #6016

Closed
firebird-automations opened this issue Feb 19, 2018 · 7 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @romansimakov

For example:

GRANT EXECUTE ON PROCEDURE TEST_PROCEDURE TO FUNCTION TEST_FUNCTION WITH GRANT OPTION;
GRANT EXECUTE ON PROCEDURE TEST_PROCEDURE TO PACKAGE TEST_PACKAGE WITH GRANT OPTION;

Commits: e510566 caff163

@firebird-automations
Copy link
Collaborator Author

Modified by: @romansimakov

assignee: Roman Simakov [ roman-simakov ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @romansimakov

Version: 3.0.3 [ 10810 ]

Version: 4.0 Alpha 1 [ 10731 ]

Component: Engine [ 10000 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @romansimakov

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 4.0 Beta 1 [ 10750 ]

Fix Version: 3.0.4 [ 10863 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Done successfully

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

Roman,

Please clarify, is this issue about that the GRANT is allowed when it shouldn't, or about adding support for it?

@firebird-automations
Copy link
Collaborator Author

Modified by: @romansimakov

summary: Parser allows to use GRANT OPTION for FUNCTION and PACKAGE => Parser should not allow to use GRANT OPTION for FUNCTION and PACKAGE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment