aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-05-19-12-35-49.bpo-44092.hiSlI5.rst
blob: 67777817ed550733accf5ecdb733f4463797589d (plain)
1
2
3
Fetch across rollback no longer raises :exc:`~sqlite3.InterfaceError`. Instead
we leave it to the SQLite library to handle these cases.
Patch by Erlend E. Aasland.