diff options
-rw-r--r-- | odb/sqlite/error.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/error.cxx b/odb/sqlite/error.cxx index d34f55b..d223b4e 100644 --- a/odb/sqlite/error.cxx +++ b/odb/sqlite/error.cxx @@ -44,7 +44,7 @@ namespace odb case SQLITE_IOERR: { if (e != SQLITE_IOERR || ee == SQLITE_IOERR_BLOCKED) - throw deadlock (); + throw timeout (); // Fall throught. } |