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

ENH Default DB settings to use 4 bytes to store UTF8 characters #11431

Conversation

maxime-rainville
Copy link
Contributor

@maxime-rainville maxime-rainville commented Oct 19, 2024

Description

Default DB settings to use 4 bytes to store UTF8 characters

Manual testing steps

Issues

Related PR

Pull request checklist

  • The target branch is correct
  • All commits are relevant to the purpose of the PR (e.g. no debug statements, unrelated refactoring, or arbitrary linting)
    • Small amounts of additional linting are usually okay, but if it makes it hard to concentrate on the relevant changes, ask for the unrelated changes to be reverted, and submitted as a separate PR.
  • The commit messages follow our commit message guidelines
  • The PR follows our contribution guidelines
  • Code changes follow our coding conventions
  • This change is covered with tests (or tests aren't necessary for this change)
  • Any relevant User Help/Developer documentation is updated; for impactful changes, information is added to the changelog for the intended release
  • CI is green

Copy link
Member

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

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

LGTM, mirrors what gets included by default right now with recipe-core.
Thanks!

src/ORM/Connect/MySQLDatabase.php Show resolved Hide resolved
@GuySartorelli GuySartorelli merged commit 8845794 into silverstripe:6 Oct 20, 2024
11 checks passed
@maxime-rainville maxime-rainville deleted the pulls/6/remove-legacy-charset-setting branch October 21, 2024 02:07
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