From f821134ed30299d91839bf1f879db5dea7870d88 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 19 Jan 2019 17:06:52 +0100 Subject: [PATCH] Add link for more sqlite info --- resources/lib/kodi_db/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lib/kodi_db/common.py b/resources/lib/kodi_db/common.py index e0b9cb35..e222e4e8 100644 --- a/resources/lib/kodi_db/common.py +++ b/resources/lib/kodi_db/common.py @@ -16,6 +16,8 @@ def catch_operationalerrors(method): is open, reading something that we're trying to change So let's catch it and try again + + Also see https://github.com/mattn/go-sqlite3/issues/274 """ @wraps(method) def wrapped(*args, **kwargs):