Merge 0.12->trunk

This commit is contained in:
Kim Alvefur 2022-07-27 00:10:08 +02:00
commit 7c8dd7ee42
3 changed files with 33 additions and 2 deletions

View file

@ -832,7 +832,7 @@ local function normalize_params(params)
end
function module.load()
if prosody.prosodyctl then return; end
if prosody.process_type == "prosodyctl" then return; end
local engines = module:shared("/*/sql/connections");
local params = normalize_params(module:get_option("sql", default_params));
local db_uri = sql.db2uri(params);