We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
When I use many unions with the use of paginate, error occurs
Error appears when I set LADA_CACHE_ACTIVE = true Also it works well when not using LADA
Here is code $a->union($b)->union($c)->paginate(10);
$a->union($b)->union($c)->paginate(10);
Error: Undefined property: stdClass::$aggregate
"Undefined property: stdClass::$aggregate" "\vendor\laravel\framework\src\Illuminate\Database\Query\Builder.php" 2198 array:2 [▼ "columns" => array:1 [▼ 0 => "*" ] "results" => array:1 [▼ 0 => {#2051} ] ]
Version: 3.* Laravel: 5.8
Thanks for reading!
The text was updated successfully, but these errors were encountered:
Sorry for the late reply. I don't provide support for older versions of Lada Cache anymore. Please upgrade to the most recent version.
Sorry, something went wrong.
No branches or pull requests
Hello
When I use many unions with the use of paginate, error occurs
Error appears when I set LADA_CACHE_ACTIVE = true
Also it works well when not using LADA
Here is code
$a->union($b)->union($c)->paginate(10);
Error: Undefined property: stdClass::$aggregate
Version: 3.*
Laravel: 5.8
Thanks for reading!
The text was updated successfully, but these errors were encountered: