log plugins/mod_storage_sql.lua @ 13229:bb7177efbf41

age author description
Tue, 18 Jul 2023 12:38:16 +0200 Kim Alvefur plugins: Use boolean config method in some places
Tue, 18 Jul 2023 11:53:31 +0200 Kim Alvefur mod_storage_sql: Use integer config option for cache size
Tue, 18 Jul 2023 11:53:12 +0200 Kim Alvefur mod_storage_sql: Use config enum for 'sqlite_tune'
Mon, 17 Jul 2023 04:52:50 +0200 Kim Alvefur mod_storage_sql: Allow higher precision timestamps in SQLite3
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Wed, 12 Jul 2023 22:51:37 +0200 Kim Alvefur mod_storage_sql: Remove completed TODO (testing UPSERT on PostgreSQL)