Skip to content
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

Fixed groupLimit functionality #87

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Fixed groupLimit functionality #87

merged 2 commits into from
Jul 3, 2024

Conversation

AdalbertMemSQL
Copy link
Collaborator

This functionality was added in Laravel 11.
MySQL driver checks the version of the database and if it is less than 8 then generates a query with unsupported syntax for UDV.
It seems that functionality for MySQL >= 8 works well with SingleStore.
Added test that checks this.

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.

Issue with User-Defined Variables in Eloquent ORM Queries after Updating to Laravel 11
2 participants