Bug fix
This commit is contained in:
parent
5f93c3748a
commit
eb06d95559
@ -97,7 +97,7 @@ class Database(object):
|
||||
if not params:
|
||||
return 'sqlite:///' + path
|
||||
params['uri'] = 'true'
|
||||
return 'sqlite:///' + path + urlencode(params)
|
||||
return 'sqlite:///file:' + path + '?' + urlencode(params)
|
||||
|
||||
@property
|
||||
def executable(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user