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(sql): enforce collation on name column #83

Merged
merged 1 commit into from
Aug 22, 2024
Merged

fix(sql): enforce collation on name column #83

merged 1 commit into from
Aug 22, 2024

Conversation

solareon
Copy link
Contributor

Description

CitizenID is a generated field that has a charset of A-Z 0-9. Forcing this to a certain collation is counterintuitive as it doesn't support unicode characters. The issue that was supposed to be resolved by this is for the name field being unpopulated due to players with unicode characters in their name within the fivem client. This corrects that issue as well as streamlining qb-core users migrating to qbx_core.

Checklist

  • I have personally loaded this code into an updated Qbox project and checked all of its functionality.
  • My pull request fits the contribution guidelines & code conventions.

@solareon
Copy link
Contributor Author

image
From the discord when this issue was discovered.

@solareon solareon merged commit 6d8fd56 into main Aug 22, 2024
4 checks passed
@solareon solareon deleted the fix-collation branch August 22, 2024 14:03
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