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 MySQL 8.0 #133

Closed
javrasya opened this issue Jan 30, 2020 · 0 comments
Closed

Support MySQL 8.0 #133

javrasya opened this issue Jan 30, 2020 · 0 comments
Assignees
Milestone

Comments

@javrasya
Copy link
Owner

Description:

Select and update the feature of Django sometimes doesn't work with MySQL. Those lines that are affected by this can be changed to the pythonic way of getting updated and saved individually since they are not too many items to support MySQL 8.0

Acceptance Criteria:

  • Set up automated integration tests with MySQL 8.0
  • Instead of using queryset.update(...), loop through the items in the query and update them one by one and save them.
@javrasya javrasya self-assigned this Jan 30, 2020
@javrasya javrasya added this to the 3.1.2 milestone Jan 30, 2020
javrasya added a commit that referenced this issue Jan 30, 2020
javrasya added a commit that referenced this issue Jan 30, 2020
javrasya added a commit that referenced this issue Jan 30, 2020
[#133 #132] Support MySQL 8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant