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

[7.x] Illuminate\Database\Query\Builder: added support to groupByRaw($sql, array $bindings = []) [fixes #1112]. #31497

Closed
wants to merge 3 commits into from

Conversation

rentalhost
Copy link
Contributor

@rentalhost rentalhost commented Feb 17, 2020

  • Tests added: 2;
    • Test SQL generated for groupByRaw() with bindings;
    • Test SQL generated for groupbyRaw() with mixed binding types to ensure that bindings order is respected;
  • Tested in a real project;
  • Based at v7.x (master);

Fixes laravel/ideas#1112.

@driesvints
Copy link
Member

You don't have to send in this PR twice. Your changes from 6.x will get merged into master.

@driesvints driesvints closed this Feb 17, 2020
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