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

gh-108590: Fix sqlite3.iterdump for invalid unicode in text columns and reproducability. #108695

Closed
wants to merge 8 commits into from

Conversation

CorvinM
Copy link
Contributor

@CorvinM CorvinM commented Aug 30, 2023

Fixes an exception where sqlite3.iterdump would fail to decode if someone stuffed invalid unicode into a database column marked as TEXT (or alias of, like VARCHAR).

Added a test to show reproducibility from the dump.

See #108590 for more info

@CorvinM
Copy link
Contributor Author

CorvinM commented Sep 4, 2023

Closing as its an incomplete solution and in favor of #108699

@CorvinM CorvinM closed this Sep 4, 2023
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.

None yet

2 participants