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

Support of MySQL 5.6 and 5.7 #24

Merged
merged 12 commits into from
Dec 6, 2020
Merged

Support of MySQL 5.6 and 5.7 #24

merged 12 commits into from
Dec 6, 2020

Conversation

dbeatty10
Copy link
Owner

resolves #21
resolves #22

Description

Versions of MySQL prior to 8.0 do not support Common Table Expressions (CTE).

The effects are:

  • ephemeral materializations aren't supported for MySQL 5.6 and 5.7
  • code using CTE needed conversion to subqueries instead

MySQL 5.6 reaches the official end of support in Feb 2021. MySQL 5.7 reaches the end of support in Oct 2023.

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md with information about my change

@dbeatty10 dbeatty10 marked this pull request as ready for review December 6, 2020 14:46
@dbeatty10 dbeatty10 merged commit 9e0960d into main Dec 6, 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.

Test MySQL 5.6 Test MySQL 5.7
2 participants