Add link for more sqlite info
This commit is contained in:
parent
5b5af1ceed
commit
f821134ed3
1 changed files with 2 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue