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

New permission types are not displayed by ISQL [CORE4149] #4476

Closed
firebird-automations opened this issue Jul 28, 2013 · 6 comments
Closed

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @sim1984

Database: 'localhost/3051:horses', User: sysdba
SQL> show grant;

/* Grant permissions for this database */
GRANT SELECT ON AGE TO PUBLIC
SQL> grant usage on sequence age_gen to public;
SQL> show grant;

/* Grant permissions for this database */
GRANT SELECT ON AGE TO PUBLIC

Commits: 52ca5e0 FirebirdSQL/fbt-repository@13eda4e

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Dmitry Yemanov [ dimitr ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: Open [ 1 ] => In Progress [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Component: ISQL [ 10003 ]

summary: The rights for sequences in isql aren't displayed => New permission types are not displayed by ISQL

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

status: In Progress [ 3 ] => Open [ 1 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

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

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 2 [ 10560 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: Done successfully

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

No branches or pull requests

2 participants