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

Fix keywords not being recognized as table alias #542

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

MauricioFauth
Copy link
Member

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (daffc4e) 96.78% compared to head (716d545) 96.79%.

Additional details and impacted files
@@            Coverage Diff            @@
##              5.9.x     #542   +/-   ##
=========================================
  Coverage     96.78%   96.79%           
- Complexity     2255     2257    +2     
=========================================
  Files            69       69           
  Lines          5171     5172    +1     
=========================================
+ Hits           5005     5006    +1     
  Misses          166      166           

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

Comment on lines +2 to 3
SELECT * FROM `tablename`;
commit;
Copy link
Member Author

Choose a reason for hiding this comment

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

Here, commit was being treated as an alias of tablename, and that wasn't the purpose of this test.

@MauricioFauth MauricioFauth merged commit c644e93 into phpmyadmin:5.9.x Jan 20, 2024
17 of 19 checks passed
@MauricioFauth MauricioFauth deleted the fix/issue-496 branch January 20, 2024 19:59
@MauricioFauth MauricioFauth self-assigned this Jan 20, 2024
@MauricioFauth MauricioFauth added this to the 5.9.0 milestone Jan 20, 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.

None yet

2 participants