Ensure check_same_thread is enabled for sqlite3

pull/123/head
Erik Johnston 2015-04-27 15:44:30 +01:00
parent 8558e1ec73
commit 416a3e6c4f
1 changed files with 1 additions and 0 deletions

View File

@ -372,6 +372,7 @@ def setup(config_options):
db_config.setdefault("args", {}).update({
"cp_min": 1,
"cp_max": 1,
"check_same_thread": False,
})
else:
raise RuntimeError("Unsupported database type '%s'" % (name,))