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 #21: Handle encoding for MySQL #135

Merged
merged 3 commits into from
Jun 25, 2018

Conversation

stanislas-m
Copy link
Member

  • Keep the default encoding to "utf8_general_ci" to not break current setups.
  • Generate the templates with the "utf8mb4_general_ci" encoding, for new apps.
  • New "encoding" param to set the encoding for DB creation & connection.

* Keep the default encoding to "utf8_general_ci" to not break current setups.
* Generate the templates with the "utf8mb4_general_ci" encoding, for new apps.
* New "encoding" param to set the encoding for DB creation & connection.
@stanislas-m stanislas-m changed the title Fix #21: Handle encoding for MySQL WIP Fix #21: Handle encoding for MySQL Jun 21, 2018
@stanislas-m stanislas-m changed the title WIP Fix #21: Handle encoding for MySQL Fix #21: Handle encoding for MySQL Jun 21, 2018
Copy link
Member

@mclark4386 mclark4386 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@stanislas-m stanislas-m added this to the v4.6.0 milestone Jun 25, 2018
@stanislas-m stanislas-m merged commit f7b3819 into development Jun 25, 2018
@stanislas-m stanislas-m deleted the task/handle-mysql-encoding branch June 25, 2018 21:17
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.

2 participants