blob: 3e7f34ea5649da83abb0d59c2b4fd720f6b78856 (
plain)
1
2
3
|
Improve :meth:`sqlite3.Connection.backup` error handling. The error message
for non-existant target database names is now ``unknown database <database
name>`` instead of ``SQL logic error``. Patch by Erlend E. Aasland.
|