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

CREATE USER command: Invalid error message [CORE2434] #2850

Closed
firebird-automations opened this issue Apr 16, 2009 · 5 comments
Closed

CREATE USER command: Invalid error message [CORE2434] #2850

firebird-automations opened this issue Apr 16, 2009 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: prenosil (prenosil)

Strange error message when specifying empty password:

SQL> create user abc password '';

Statement failed, SQLSTATE = 42000
unsuccessful metadata update
-Cannot add or remove COMPUTED from column @1?

Commits: 0a22fef

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

summary: Error message for Create User => CREATE USER command: Invalid error message

@firebird-automations
Copy link
Collaborator Author

Modified by: @asfernandes

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

resolution: Fixed [ 1 ]

Fix Version: 2.5 RC1 [ 10300 ]

assignee: Adriano dos Santos Fernandes [ asfernandes ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

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

@firebird-automations
Copy link
Collaborator Author

Commented by: @pavel-zotov

is it correct that currently one may do like this:

create user dummytab password ' '; -- this is single TAB (ascii_char(9)) between apostrophes
create user dummyspace password ' '; -- this is single SPACE character

- ?

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

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

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