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

"EXECUTE BLOCK" statement does not support "CREATE USER" [CORE2022] #2459

Closed
firebird-automations opened this issue Aug 1, 2008 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Vsevolod Migdisov (vmigdisov_gmail.com)

Is related to QA356

"EXECUTE BLOCK" statement does not support "CREATE USER":

execute block
as
begin
EXECUTE statement 'create user test1 password ''test1''';
EXECUTE statement 'create user test2 password ''test2''';
end

returns:
Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
Execute statement error at jrd8_execute :\n335544351 : unsuccessful metadata update
336723987 : add record error
Statement : create user test2 password 'test2'\nData source : Internal::.

Commits: 0187d66

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Item is fixed as a side effect of establishing thread safety in security.epp.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 Beta 1 [ 10251 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

Link: This issue is related to QA356 [ QA356 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @pcisar

QA test added.

@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

QA Status: No test => 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