Add link for more sqlite info

This commit is contained in:
croneter 2019-01-19 17:06:52 +01:00
parent 5b5af1ceed
commit f821134ed3

View file

@ -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):