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

Allowing the NOT keyword as an expression #391

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

iifawzi
Copy link
Contributor

@iifawzi iifawzi commented Nov 25, 2022

Signed-off-by: iifawzi iifawzie@gmail.com

Hi, This PR is following up on #388 and reverting its changes.
Fixing #374 (comment).

Tests have been updated. This should have been the accurate fix from the first place :')

@codecov
Copy link

codecov bot commented Nov 25, 2022

Codecov Report

Base: 95.60% // Head: 95.60% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (392686d) compared to base (448c92e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #391   +/-   ##
=========================================
  Coverage     95.60%   95.60%           
- Complexity     2173     2174    +1     
=========================================
  Files            68       68           
  Lines          4616     4617    +1     
=========================================
+ Hits           4413     4414    +1     
  Misses          203      203           
Impacted Files Coverage Δ
src/Statements/SelectStatement.php 100.00% <ø> (ø)
src/Components/ExpressionArray.php 100.00% <100.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: iifawzi <iifawzie@gmail.com>
@iifawzi iifawzi changed the title Allowing the NOT option as an expression Allowing the NOT keyword as an expression Nov 25, 2022
Copy link
Member

@williamdes williamdes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

@williamdes williamdes self-assigned this Nov 25, 2022
@williamdes williamdes added this to the 5.6.0 milestone Nov 25, 2022
@williamdes williamdes merged commit a70dec0 into phpmyadmin:master Nov 25, 2022
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.

None yet

2 participants