FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix #434 - No error when using `UPDATE ... SET` by niconoe- · Pull Request #577 · phpmyadmin/sql-parser · GitHub

Fix #434 - No error when using UPDATE ... SET - #577

Merged
MauricioFauth merged 6 commits into
phpmyadmin:5.10.xfrom
niconoe-:fix-434
Aug 29, 2024
Merged

Fix #434 - No error when using UPDATE ... SET#577
MauricioFauth merged 6 commits into
phpmyadmin:5.10.xfrom
niconoe-:fix-434

Conversation

niconoe- commented Aug 26, 2024
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes #434

@williamdes / @iifawzi / @MauricioFauth / @liviuconcioiu

This should also be fixed in 5.10.x and master. How do you want me to proceed to perform this?

Copy link
Copy Markdown
Member

Could you please target 5.10.x instead of 5.9.x? Thanks!

niconoe- changed the base branch from 5.9.x to 5.10.x August 27, 2024 08:43

niconoe- commented Aug 27, 2024
edited
Loading

Copy link
Copy Markdown
Contributor Author

Could you please target 5.10.x instead of 5.9.x? Thanks!

Done, but the bug will remain in 5.9.x after the merge…

Or do you plan to release a 5.10.0 soon ? 😇 😋

Copy link
Copy Markdown
Contributor Author

I updated the fix because it caused failures in SET operations out of an update statement context (like SET NAMES …).

Now, that's ok 😃 . (except a linter in PHP 7.4 which is out of the scope of this PR 🤷 ).

williamdes changed the title Fix 434 Fix #434 - No error when using UPDATE ... SET Aug 27, 2024
williamdes changed the title Fix #434 - No error when using UPDATE ... SET Fix #434 - No error when using UPDATE ... SET Aug 27, 2024
Comment thread src/Statements/UpdateStatement.php Outdated
Comment thread src/Statements/UpdateStatement.php Outdated
MauricioFauth merged commit e9debaf into phpmyadmin:5.10.x Aug 29, 2024
MauricioFauth self-assigned this Aug 29, 2024
MauricioFauth added this to the 5.10.0 milestone Aug 29, 2024
niconoe- deleted the fix-434 branch September 3, 2024 13:25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL