Closed iifawzi closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.81%. Comparing base (
edc7db8
) to head (afe9173
). Report is 12 commits behind head on 5.10.x.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
DS_Store are MacOS files so they are not relevant to this project. They should not be ignored at all. You can ignore them locally on your machine.
it's easier for future contributors to have it ignored by the repo as we do with .idea, vim, and backup files.
DS_Store are MacOS files so they are not relevant to this project. They should not be ignored at all. You can ignore them locally on your machine.
I checked, and yes I think the actual consensus is to remove them locally. We do not have it in any repo.
Ref: https://github.com/phpmyadmin/phpmyadmin/issues/15903#issuecomment-581431150 Can you remove the commit ?
Hey!
This PR extends support of KILL statements. completing #557 and fixing 556
Fixes #556