-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Lock for update implementation on 9x #876
Comments
Sure, will check if the PR can be merged to 9.x when I get the chance. If you can, please do not hesitate to submit a PR. Thanks! |
Hi Arjay, When testing the merge locally I detected that this fix brokens other use cases. If the query uses a For example, this code extracted from Laravel DatabaseQueue.php:
Currently the generated SQL is:
This query does not honor Now, with the fix applied it honors
So, I'm not sure what the correct patch is, in order to fully honor the query builder in the example. |
I think this PR #834 also needs to be merged. |
Summary of problem or feature request
I´m facing this issue with yajra/laravel-oci8 9x
I can see it was fixed here
The fix was merged in 10x, but not in 9x.
It is possible to apply this fix on latest 9x branch?
System details
The text was updated successfully, but these errors were encountered: