Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Closed
CorvinM wants to merge 8 commits into
python:mainpython/cpython:mainfrom
CorvinM:gh-108590CorvinM/cpython:gh-108590Copy head branch name to clipboard
Closed

gh-108590: Fix sqlite3.iterdump for invalid unicode in text columns and reproducability.#108695
CorvinM wants to merge 8 commits into
python:mainpython/cpython:mainfrom
CorvinM:gh-108590CorvinM/cpython:gh-108590Copy head branch name to clipboard

Conversation

@CorvinM

@CorvinM CorvinM commented Aug 30, 2023

Copy link
Copy Markdown
Contributor

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

CorvinM commented Sep 4, 2023

Copy link
Copy Markdown
Contributor Author

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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.