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

DESCRIBE should allow schema.table #445

Closed
MoonE opened this issue May 7, 2023 · 2 comments
Closed

DESCRIBE should allow schema.table #445

MoonE opened this issue May 7, 2023 · 2 comments
Assignees
Labels
Milestone

Comments

@MoonE
Copy link
Contributor

MoonE commented May 7, 2023

DESC phpmyadmin.pma__users;

Results in an error:

Unexpected beginning of statement (near pma__users)

Without schema it works correctly:

DESC pma__users;
@williamdes williamdes added the bug label May 7, 2023
@williamdes
Copy link
Member

Thank you @MoonE

williamdes added a commit that referenced this issue May 8, 2023
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes williamdes self-assigned this May 9, 2023
@williamdes williamdes added this to the 5.8.0 milestone May 9, 2023
williamdes added a commit that referenced this issue May 9, 2023
williamdes added a commit that referenced this issue May 9, 2023
Signed-off-by: William Desportes <williamdes@wdes.fr>
@williamdes
Copy link
Member

Hi @MoonE
Could you test my changes (#446): src/Statements/ExplainStatement.php locally ?

williamdes added a commit that referenced this issue May 29, 2023
Pull-request: #446
Fixes: #445

Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit that referenced this issue May 29, 2023
Pull-request: #446

Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants