Skip to content
Snippets Groups Projects
Commit d371828c authored by Lukas Braun's avatar Lukas Braun
Browse files

fix transaction_failed

- sqlite3.ErrNo is not an sqlite3.Error, we have to unpack it first
- an interrupted transaction in an in-memory database (with shared
  cache) leads to ErrLocked, while in a regular file-backed databes an
  ErrBusy is returned
parent 05b699e7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment