Software /
code /
prosody
Diff
CHANGES @ 12846:1638991caed2
mod_storage_sql: Support SQLite3 without LuaDBI
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 19 Jan 2023 16:56:12 +0100 |
parent | 12775:1dd468c63a3d |
child | 12865:e6324117f124 |
line wrap: on
line diff
--- a/CHANGES Mon Aug 01 15:23:33 2022 +0200 +++ b/CHANGES Thu Jan 19 16:56:12 2023 +0100 @@ -34,6 +34,7 @@ - Support sub-second precision timestamps - mod_blocklist: New option 'migrate_legacy_blocking' to disable migration from mod_privacy +- Ability to use SQLite3 storage using LuaSQLite3 instead of LuaDBI ## Removed