Skip to content

Push Statement::parse() down to SelectStatement #546

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

Merged
merged 1 commit into from
May 23, 2024

Conversation

MauricioFauth
Copy link
Member

This removes SelectStatement specific code from Statement::parse() method.

Copy link

codecov bot commented Jan 25, 2024

Codecov Report

Attention: Patch coverage is 97.43590% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 96.33%. Comparing base (48bd285) to head (99e20df).
Report is 2 commits behind head on master.

Current head 99e20df differs from pull request most recent head 7f61f31

Please upload reports for the commit 7f61f31 to get more accurate results.

Files Patch % Lines
src/Statements/SelectStatement.php 97.36% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #546      +/-   ##
============================================
- Coverage     96.55%   96.33%   -0.22%     
- Complexity     2166     2174       +8     
============================================
  Files            87       86       -1     
  Lines          5025     5051      +26     
============================================
+ Hits           4852     4866      +14     
- Misses          173      185      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kamil-tekiela
Copy link
Contributor

Is there anything we can do about all the PHPStan warnings?

@williamdes
Copy link
Member

Can you rebase merge this ?

This removes SelectStatement specific code from Statement::parse()
method.

Signed-off-by: Maurício Meneghini Fauth <[email protected]>
@MauricioFauth MauricioFauth merged commit d28f1ea into phpmyadmin:master May 23, 2024
@MauricioFauth MauricioFauth deleted the select-stmt branch May 23, 2024 12:14
@MauricioFauth MauricioFauth self-assigned this May 23, 2024
@MauricioFauth MauricioFauth added this to the 6.0.0 milestone May 23, 2024
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.

3 participants