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 UTF-8 encoding issue in tag query #384

Merged
merged 5 commits into from
Oct 22, 2024
Merged

Conversation

EwelinaSkrzypacz
Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz commented Oct 22, 2024

This PR fixes QueryException errors caused by invalid UTF-8 byte sequences in tag search queries. It ensures that only valid UTF-8 strings are processed, preventing invalid byte sequences from causing database errors.

@EwelinaSkrzypacz EwelinaSkrzypacz marked this pull request as ready for review October 22, 2024 06:25
@EwelinaSkrzypacz EwelinaSkrzypacz requested a review from a team as a code owner October 22, 2024 06:25
@EwelinaSkrzypacz EwelinaSkrzypacz merged commit c8d1654 into main Oct 22, 2024
3 checks passed
@EwelinaSkrzypacz EwelinaSkrzypacz deleted the fix-encoding branch October 22, 2024 07:21
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.

3 participants