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

Convert Database to utf8mb #331

Open
ut opened this issue Jul 30, 2024 · 1 comment
Open

Convert Database to utf8mb #331

ut opened this issue Jul 30, 2024 · 1 comment
Labels
enhancement New feature or request question Further information is requested

Comments

@ut
Copy link
Member

ut commented Jul 30, 2024

...to allow to store 4byte UTF8 characters, like emojis. U+01F4A9 Pile of Poo (💩).

@ut ut added enhancement New feature or request question Further information is requested labels Aug 15, 2024
@ut
Copy link
Member Author

ut commented Aug 15, 2024

A conversion must be done on the datebase metadata plus on all text fields.
A subsequent problem is that a conversion would shorten text fields (255 chars) so before a conversion we need to check if a cropping would occur on the live database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant