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

Encode \0 strings in Cache when using sqlite3 #54083

Closed
wants to merge 1 commit into from

Conversation

adamkiss
Copy link

@adamkiss adamkiss commented Jan 4, 2025

Fixes #54082 (additionally base64 encode and decode cached values when using Sqlite3)

@adamkiss
Copy link
Author

adamkiss commented Jan 4, 2025

Edit: didn't notice I also overwrote whitespace. Will close and reopen when I fixed the problem

@adamkiss adamkiss closed this Jan 4, 2025
@adamkiss adamkiss deleted the fix-cache-sqlite-nul-strings branch January 4, 2025 19:27
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.

Cache on Sqlite3 includes NULL character in the value
1 participant