We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
Submitted by: @pavel-zotov
SQL> create or alter user foo password '123' firstname 'john'; SQL> -- OK --
But:
SQL> create or alter user foo firstname 'john' password '123'; Statement failed, SQLSTATE = 42000 Dynamic SQL Error -SQL error code = -104 -Token unknown - line 1, column 43 -password
Commits: 2b27de8 92bdd64 0b9091d b51a37a
The text was updated successfully, but these errors were encountered:
assignee: Alexander Peshkov [ alexpeshkoff ]
Sorry, something went wrong.
status: Open [ 1 ] => Resolved [ 5 ]
resolution: Fixed [ 1 ]
Fix Version: 3.0.0 [ 10740 ]
Fix Version: 4.0 Alpha 1 [ 10731 ]
status: Resolved [ 5 ] => Resolved [ 5 ]
QA Status: No test => Done successfully
status: Resolved [ 5 ] => Closed [ 6 ]
AlexPeshkoff
No branches or pull requests
Submitted by: @pavel-zotov
SQL> create or alter user foo password '123' firstname 'john';
SQL> -- OK --
But:
SQL> create or alter user foo firstname 'john' password '123';
Statement failed, SQLSTATE = 42000
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 43
-password
Commits: 2b27de8 92bdd64 0b9091d b51a37a
The text was updated successfully, but these errors were encountered: