-
-
Notifications
You must be signed in to change notification settings - Fork 102
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 #434 - No error when using UPDATE ... SET
#577
Conversation
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 ? 😇 😋 |
I updated the fix because it caused failures in SET operations out of an update statement context (like Now, that's ok 😃 . (except a linter in PHP 7.4 which is out of the scope of this PR 🤷 ). |
UPDATE ... SET
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?