mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 13.0->trunk
This commit is contained in:
commit
5c2dbef89d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function engine:connect()
|
|||
dbh:autocommit(false); -- don't commit automatically
|
||||
self.conn = dbh;
|
||||
self.prepared = {};
|
||||
if params.password then
|
||||
if params.driver == "SQLite3" and params.password then
|
||||
local ok, err = self:execute(("PRAGMA key='%s'"):format(dbh:quote(params.password)));
|
||||
if not ok then
|
||||
return ok, err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue