Ensure check_same_thread is enabled for sqlite3

This commit is contained in:
Erik Johnston 2015-04-27 15:44:30 +01:00
parent 8558e1ec73
commit 416a3e6c4f

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,))