Skip to content

fix: utf8 issue #2113

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

fix: utf8 issue #2113

wants to merge 1 commit into from

Conversation

brettz9
Copy link
Contributor

@brettz9 brettz9 commented May 31, 2025

Thank you for the time you are putting into AlaSQL!

I believe the following safely fixes #2112 .

Adds a utility to fetch binary data specifically, leaving the old function to retrieve regular UTF8 (non-binary) pages.

Changes an existing JSON() test to ensure it utilizes the non-binary fetch utility.

May break some existing code if they were relying on non-UTF8-encoded text files, but I think this is something that needs fixing.

@brettz9
Copy link
Contributor Author

brettz9 commented Jun 12, 2025

Hi... Just wondering if there was anything I could do to clarify or help things along? If just busy, feel free to ignore...

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.

Issue with non-ASCII characters in JSON() import
1 participant