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

Fix cases where CTE's are not supported #45586

Merged
merged 1 commit into from
Jul 13, 2022

Commits on Jul 13, 2022

  1. Fix cases where CTE's are not supported

    CTE's are not supported for MySQL versions below 8.0, so these tests
    were failing locally for me on MySQL 5.7. While 5.7 is quite old, it's
    still supported and used by many major Rails applications and we need a
    check for support in our tests.
    
    In addition to this PR I'll need to get a buildkite build running for
    5.7. This wasn't caught earlier because our buildkite upgraded to 8.0.
    eileencodes committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    3c7e190 View commit details
    Browse the repository at this point in the history