Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-08-29-22-53-48.gh-issue-108590.6…
…k0pOl.rst

Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
CorvinM and erlend-aasland authored Aug 30, 2023
commit e2939d58c5e75cd5e997a37337ea38ea0f8bb23d
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fixed an issue causing sqlite3.iterdump to crash when encountering invalid unicode in a TEXT column.
Fixed an issue where :meth:`sqlite3.Connection.iterdump` would fail and leave an incomplete SQL dump if a table includes invalid Unicode sequences.