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

Switch to utf8mb4 #415

Merged
merged 4 commits into from
Sep 30, 2024
Merged

Switch to utf8mb4 #415

merged 4 commits into from
Sep 30, 2024

Conversation

hakito
Copy link
Contributor

@hakito hakito commented Sep 15, 2024

Fixes #405

I changed the character set for the text fields in the database that made sense for me.

I left out fields that are

  • Ids
  • Auto generated
  • urls
  • Application internal values

I did only look at the fields and the current values of the database. I did not spend time investigating all the fields within the code base.

However I think all the fields where a user can enter something should be covered.

I also changed the default charset for all tables.

Gerd Katzenbeisser added 3 commits September 15, 2024 08:51
@hakito hakito marked this pull request as ready for review September 17, 2024 05:42
@effgarces effgarces merged commit 512c88f into LibreBooking:develop Sep 30, 2024
3 checks passed
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.

UTF8MB4 incompatibility causes ERROR 1366 in MariaDB
2 participants