-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
where subquery bug #31
Comments
I got the same problem after upgrading to L7, thanks for the workaround @emiliogrv ! |
@jarektkaczyk This behaviour is introduced with addition of where subqueries Subquery Where Clauses I don't have much time on my hands at the moment to make a better solution, but I could confirm that this change in https://github.com/jarektkaczyk/hookable/blob/master/src/Builder.php is a quick fix:
|
Related to jarektkaczyk/eloquence#261, and pull request jarektkaczyk/hookable#27 |
Description:
After upgrade from L6 to L7 some queries begun to fail
Steps To Reproduce:
code:
result:
work around:
//--------------
code:
result:
work around:
Eloquent call without removing any lines.
first one:
second one:
NOTE: after removing elquence trait the queries work properly
The text was updated successfully, but these errors were encountered: