Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 174 Bytes

File metadata and controls

1 lines (1 loc) · 174 Bytes

Fixed an issue where :meth:`sqlite3.Connection.iterdump` would fail and leave an incomplete SQL dump if a table includes invalid Unicode sequences. Patch by Corvin McPherson