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

Error on delete user "ADMIN" [CORE3000] #3382

Closed
firebird-automations opened this issue May 10, 2010 · 9 comments
Closed

Error on delete user "ADMIN" [CORE3000] #3382

firebird-automations opened this issue May 10, 2010 · 9 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Alex Truhin (atruhin)

Duplicates CORE2861
Is duplicated by CORE3110

Error on delete DB user "ADMIN"
Dynamic SQL Error.
SQL error code = -104.
Token unknown - line 1, column 23.
ADMIN.

Example to reproduce follows:
Run gsec;
add "ADMIN" -pw 123
delete "ADMIN"

Commits: f453571 b03e2fd

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Issue confirmed.

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Issue took place due to use of unquoted reserved word ADMIN as user name in SQL command (by gsec internally). Quoting it (and using dialect 3 at the same time) solved an issue.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC3 [ 10381 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Link: This issue duplicates CORE2861 [ CORE2861 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

Link: This issue is duplicated by CORE3110 [ CORE3110 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

QA Status: No test

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

QA Status: No test => Done successfully

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