We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When writing an ALTER USER statement in phpMyAdmin, a validation error is thrown, even though the query executes successfully.
ALTER USER
Steps to reproduce the behavior:
Put the following query into the phpMyAdmin SQL query editor.
ALTER USER trevor REQUIRE NONE;
Query should not show any validation errors in the phpMyAdmin SQL editor.
The text was updated successfully, but these errors were encountered:
In order for to fix this issue, I think we would need to create a USER_OPTIONS similar to
USER_OPTIONS
sql-parser/src/Components/AlterOperation.php
Line 30 in b18edd6
to be used here:
sql-parser/src/Statements/AlterStatement.php
Lines 112 to 121 in b18edd6
otherwise; this will always be the error
Lines 311 to 313 in b18edd6
I don't really know what's the full list of user options, if you could help me @williamdes I might be able to work on a fix.
Sorry, something went wrong.
@iifawzi you figured out before I finished writing my message here ^^
I was about to give you more details about options but here are the links:
Add a ChangeLog entry for #342
c2ba926
Signed-off-by: William Desportes <[email protected]>
a20e660
williamdes
No branches or pull requests
Describe the bug
When writing an
ALTER USER
statement in phpMyAdmin, a validation error is thrown, even though the query executes successfully.To Reproduce
Steps to reproduce the behavior:
Put the following query into the phpMyAdmin SQL query editor.
Expected behavior
Query should not show any validation errors in the phpMyAdmin SQL editor.
Screenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: