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

Allow internal functions to be overridden. #6500

Merged
merged 9 commits into from
Jun 20, 2017
Merged

Allow internal functions to be overridden. #6500

merged 9 commits into from
Jun 20, 2017

Commits on Jun 20, 2017

  1. Check for custom functions first.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    914c400 View commit details
    Browse the repository at this point in the history
  2. Write a test case for a custom function override.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    e4ff7a3 View commit details
    Browse the repository at this point in the history
  3. No longer treat aggregate functions as a special case.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    866418e View commit details
    Browse the repository at this point in the history
  4. Remove @throws in Configuration where necessary.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    e484753 View commit details
    Browse the repository at this point in the history
  5. phpDoc and type hint changes.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    966f9a8 View commit details
    Browse the repository at this point in the history
  6. Remove aggregate function conditional in SqlWalker.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    3e3751c View commit details
    Browse the repository at this point in the history
  7. Update LimitSubqueryOutputWalkerTest

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    49e4b10 View commit details
    Browse the repository at this point in the history
  8. Documented changes in UPGRADE.md

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    05758f4 View commit details
    Browse the repository at this point in the history
  9. Make the new aggregate function definitions final.

    Mathew Davies authored and lcobucci committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    747c185 View commit details
    Browse the repository at this point in the history