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

[2.x] Fix ForCurrentStoreScope #478

Merged
merged 2 commits into from
May 2, 2024

Conversation

Jade-GG
Copy link
Collaborator

@Jade-GG Jade-GG commented Apr 23, 2024

Using a lateral join, which limits the SQL compatibility to PostgreSQL, MySQL >= 8.0.14, and SQL Server.

Basically this is fixing the fact that the previous query could only select one thing (caused by the ->limit(1)). This makes it useful for stuff like grabbing the checkoutagreements.

@royduin
Copy link
Member

royduin commented May 1, 2024

I think we should update the requirements page in the docs with this change.

@royduin royduin merged commit 0bf0a5e into rapidez:master May 2, 2024
8 checks passed
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.

3 participants