Skip to content
Snippets Groups Projects
Forked from CIP-Admins / goatherd
Source project has a limited visibility.
  • Lukas Braun's avatar
    d371828c
    fix transaction_failed · d371828c
    Lukas Braun authored
    - 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
    d371828c
    History
    fix transaction_failed
    Lukas Braun authored
    - 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