Software /
code /
prosody
File
spec/util_poll_spec.lua @ 10793:9ce67da45e54
mod_storage_sql: Log database connection parameters when creating engine
This is meant to help trace down an issue where Prosody apparently
creates multiple conflicting SQL engines, causing problems especially
with SQLite3, e.g. #616 #784.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 May 2020 14:13:02 +0200 |
parent | 9316:4aa522b9e1c4 |
child | 12400:728d1c1dc7db |
line wrap: on
line source
describe("util.poll", function () it("loads", function () require "util.poll" end); end);