-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Implementing the EXPLAIN
Parser
#389
Conversation
Signed-off-by: iifawzi <iifawzie@gmail.com>
Codecov ReportBase: 95.64% // Head: 95.60% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #389 +/- ##
============================================
- Coverage 95.64% 95.60% -0.05%
- Complexity 2144 2173 +29
============================================
Files 67 68 +1
Lines 4548 4616 +68
============================================
+ Hits 4350 4413 +63
- Misses 198 203 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Signed-off-by: iifawzi <iifawzie@gmail.com>
Signed-off-by: iifawzi <iifawzie@gmail.com>
Signed-off-by: iifawzi <iifawzie@gmail.com>
Signed-off-by: iifawzi <iifawzie@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good
Pull-request: #389 Signed-off-by: William Desportes <williamdes@wdes.fr>
Thank you for your continuous work and contributions on this parser ! 🚀 |
Fixed a typo -> c4d58c0 |
Hi, This PR is adding and supporting the EXPLAIN Statements with all its variations for MariaDB and MySQL.
Following up on phpmyadmin/phpmyadmin#17482 (comment), and resolving phpmyadmin/phpmyadmin#11867.
Signed-off-by: iifawzi iifawzie@gmail.com