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

Explain Improvements #1670

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Explain Improvements #1670

merged 6 commits into from
Sep 16, 2024

Conversation

tpetry
Copy link
Contributor

@tpetry tpetry commented Sep 13, 2024

I made several improvements to the EXPLAIN functionalities of the queries tab:

  • The MariaDB driver (introduced in Laravel 11) can now also run explain
  • The visual explain option has been disabled for MariaDB databases using the mysql or mariadb driver (because it is not supported by mysqlexplain.com)
  • The PostgreSQL explain didn't show indentations correctly because multiple spaces had been displayed as just one space

@barryvdh barryvdh merged commit aa600c9 into barryvdh:master Sep 16, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants