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

[6.x] Added query builder support for groupByRaw #31498

Merged
merged 4 commits into from Feb 18, 2020

Commits on Feb 17, 2020

  1. Illuminate\Database\Query\Builder: added support to groupByRaw($sql, …

    …array $bindings = []) [fixes laravel#1112].
    rentalhost committed Feb 17, 2020
    Copy the full SHA
    3687788 View commit details
    Browse the repository at this point in the history
  2. Update Builder.php

    GrahamCampbell committed Feb 17, 2020
    Copy the full SHA
    55a78c3 View commit details
    Browse the repository at this point in the history
  3. Update Builder.php

    GrahamCampbell committed Feb 17, 2020
    Copy the full SHA
    6db8f40 View commit details
    Browse the repository at this point in the history
  4. Update Builder.php

    GrahamCampbell committed Feb 17, 2020
    Copy the full SHA
    df1b482 View commit details
    Browse the repository at this point in the history